On 3 May 2001, at 21:32, Chrissy R wrote:

> I have a unit that is 2000+ lines long.  When I am editing the
> project and run it with the debugger it acts like there is a
> breakpoint at line 1342 when that line is a line that can have
> a breakpoint.  If I insert a few lines so that line 1342 could not
> have a breakpoint then my application runs fine.
> 
> Why is this happening?

I used to know this one well. I _think_ it happened when the .PAS I 
was looking at was _not_ the one that got compiled into the .DCU 
currently in use. So check that you don't have multiple copies of 
the .PAS lying around, check that the project file is pointing at the 
files you think it's pointing at, do a full rebuild, and hope for the 
best. 

Incidentaly, the unofficial delphi bug list is often useful when you 
think you've found a bug: http://buglist.jrsoftware.org/ - I had a look 
there and didn't see this one tho.
 
Seth.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to