Discussion:
breakpoints
(too old to reply)
Stark
2011-06-18 14:11:25 UTC
Permalink
Why I can't get rid of breakpoints ? During execution Delphi stops at lines
where there is not a breakpoint or a breakpoint is there, but I can't remove
it (meaning that I remove it, and I find it there again in the following
execution).
It looks like the execution is following a different source.. I have tried
everything to solve the problem with no results at all.
Any idea ?
I have Delphi 2007 Win32.
Hans-Peter Diettrich
2011-06-18 18:47:16 UTC
Permalink
Post by Stark
Why I can't get rid of breakpoints ? During execution Delphi stops at
lines where there is not a breakpoint or a breakpoint is there, but I
can't remove it (meaning that I remove it, and I find it there again in
the following execution).
I only know one cure for displaced breakpoints: open the Breakpoints
window, and Clear All.

DoDi
JJ
2011-06-25 14:50:40 UTC
Permalink
If the CPU window popped up when the breakpoint occured, it means that
it was a software breakpoint that resides in Windows kernel. This
usually occurs when you debug your program and your program executes a
child process.
Post by Stark
Why I can't get rid of breakpoints ? During execution Delphi stops at
lines where there is not a breakpoint or a breakpoint is there, but I
can't remove it (meaning that I remove it, and I find it there again in
the following execution).
It looks like the execution is following a different source.. I have
tried everything to solve the problem with no results at all.
Any idea ?
I have Delphi 2007 Win32.
Loading...