Board index » cppbuilder » De{*word*81} doesn't stop on breakpoints.

De{*word*81} doesn't stop on breakpoints.

Using BCB5p1, Win2k, sp2, 512Mb Ram

All of a sudden the de{*word*81} doesn't stop on break points.  I've done the
usual, quit BCB, deleted all TDS/obj files etc and done a fresh build but
with no luck.

Projects has 51 source file (34 of which are forms), the exe is ~3.8Mb and
the TDS is 13Mb

Any ideas?

 

Re:De{*word*81} doesn't stop on breakpoints.


I have no "magic bullet" on this one.  I'm only speaking of what's worked
for me when I had a similar problem.

Quote
> deleted all TDS/obj files etc

If that "etc" did not include the *.il? files then delete them and the TDS,
obj and exe's and try again.

Check that you do not have a file opened twice in the editor.  I'd prefer
that when you start debugging you only have one edit window open, the one
containing WinMain.  Press F8 to single step.  If you have the dots on the
left then you have debug info and then can open more windows if you like.

If it still doesn't work, close the project, close the IDE, start BCB with
the -np (no default project) command line switch and then do a Reopen of the
project.

I hope something in this helps.  When you get it working, please say what
you did that handled it.

.  Ed

Re:De{*word*81} doesn't stop on breakpoints.


Are you in debug mode (menu project, option...) ?

Re:De{*word*81} doesn't stop on breakpoints.


Quote
> If that "etc" did not include the *.il? files then delete them and the
TDS,
> obj and exe's and try again.

Found it, deleted the .dsk file and everything was hunky-dory.

Other Threads