Board index » cppbuilder » BCB6 ignores breakpoints
Celtis
![]() CBuilder Developer |
Celtis
![]() CBuilder Developer |
BCB6 ignores breakpoints2004-10-12 12:40:03 PM cppbuilder24 I have recently noticed that while debugging, the de{*word*81} sometimes gets into a state in which it ignores brakepoints. On closer inspection I noticed that the little dots that appear to the left of each line of code while in execution mode also disappear, when the problem occurs. Is it me doing something stupid or is Builder just being difficult? |
Pavel Vozenilek
![]() CBuilder Developer |
2004-10-13 12:22:27 AM
Re:BCB6 ignores breakpoints
"Celtis" wrote:
QuoteI have recently noticed that while debugging, the de{*word*81} sometimes gets the LAST one in the group. /Pavel |
Celtis
![]() CBuilder Developer |
2004-10-13 12:10:31 PM
Re:BCB6 ignores breakpoints
Thanks
"Pavel Vozenilek" < XXXX@XXXXX.COM >wrote in message Quote
{smallsort} |
William Charles Nickerson
![]() CBuilder Developer |
2004-10-13 09:49:41 PM
Re:BCB6 ignores breakpoints
"Pavel Vozenilek" < XXXX@XXXXX.COM >wrote in message
Quote
can happen. The way to fix that is to open a file in the same directory as your project and things seem to work okay. Ciao Bill |
Celtis
![]() CBuilder Developer |
2004-10-14 08:13:15 PM
Re:BCB6 ignores breakpoints
Thanks Bill, I will experiment.
"William Charles Nickerson" < XXXX@XXXXX.COM >wrote in message Quote
|
James
![]() CBuilder Developer |
2004-10-18 06:42:07 AM
Re:BCB6 ignores breakpoints
This is a bit of a "gotcha", and it had me for a while once. Breakpoints
only work while the compiler's debugging mode is in effect. Choose Options from the Project menu, go to the Compiler tab, click Full Debug, then Ok. Hope this helps, - James "Celtis" < XXXX@XXXXX.COM >wrote in message QuoteI have recently noticed that while debugging, the de{*word*81} sometimes gets |
Celtis
![]() CBuilder Developer |
2004-10-22 10:32:10 PM
Re:BCB6 ignores breakpoints
Thanks James. I have debugging enabled, and the de{*word*81} sees breakpoints
then sometimes it just enters a mode in which it starts ignoring them. I close & reopen the IDE and then it sees the breakpoints again. I think is a bug in the de{*word*81}. Makes one wonder how they debugged the de{*word*81}. "James" < XXXX@XXXXX.COM >wrote in message QuoteThis is a bit of a "gotcha", and it had me for a while once. Breakpoints |