<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 24/05/2011 11:37, Justin Smyth wrote:
<blockquote
cite="mid:0B0A55E7BE35408F93BABDD70A5347CF@JustinsLaptop"
type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<meta name="GENERATOR" content="MSHTML 8.00.7601.17573">
<style></style>
<div><font face="Arial" size="2">Quick Question , i am running a
copy of lazarus twice from the same directory on 2 different
projects.if i set a break point in one project should that
breakpoint show in the other project if they have common units
where the break points are set? apart from running two
seperate copys from different directories is there any other
way to fix this ?</font></div>
<div> <br>
</div>
</blockquote>
<br>
Strange... I assume from your description that they (seem) to appear
cross project?<br>
I wouldn't expect this.<br>
<br>
Let's start over.<br>
What version of Lazarus? What version of GDB?<br>
<br>
I understand you use on copy of Lazarus only (which is fine).<br>
<br>
Your 2 projects:<br>
- Are they in different folders?<br>
- Have they different project names?<br>
- In "Project Options" / "Session": What does it say where to store
session info?<br>
<br>
If they have the same name, and session-info is stored in
Lazarus-config dir, then they may overwrite each other..... (not
tested, just assumed)<br>
The breakpoints are stored in the session info.<br>
<br>
How exactly does it happen for you?<br>
If you set a breakpoint in one project, at what time does it show in
the other? When reloading/re-opening? <br>
<br>
</body>
</html>