Board index » cppbuilder » Data breakpoints don't seem to work in BDS4
BuilderBooster Team
![]() CBuilder Developer |
BuilderBooster Team
![]() CBuilder Developer |
Data breakpoints don't seem to work in BDS42006-05-08 01:40:16 PM cppbuilder82 Hi, Has anyone tried to set a Data Breakpoint on a variable in BCB 2006? We have tried several times in several projects and the de{*word*81} never stops when the data variable is changed. Try:- 1) Creating a form 2) Declare an int variable. 3) Add a couple of buttons that change the value. 4) Put a breakpoint on the form creation and run the application. 5) Goto the breakpoints window and add a Data breakpoint with the Variable name and size of 4 bytes. 6) Run the application again and click the buttons. 7) The de{*word*81} doesn't stop. We have Update 2 installed, this does work in BCB 5,6. Thanks Simon |
Leroy Casterline
![]() CBuilder Developer |
2006-05-09 02:44:01 AM
Re:Data breakpoints don't seem to work in BDS4
Hi Simon,
I'm also using Update 2 and it work fine for me. Did you make sure the breakpoint was enabled? -Leroy On Mon, 8 May 2006 06:40:16 +0100, "BuilderBooster Team" < XXXX@XXXXX.COM >wrote: QuoteHi, |
BuilderBooster Team
![]() CBuilder Developer |
2006-05-09 03:32:09 AM
Re:Data breakpoints don't seem to work in BDS4QuoteI'm also using Update 2 and it work fine for me. Did you make sure the slightly more complicated as we have multiple threads, I wonder if that's something to do with it. Simon {smallsort} |
Leroy Casterline
![]() CBuilder Developer |
2006-05-12 12:03:13 AM
Re:Data breakpoints don't seem to work in BDS4Quotedevelopers look at the problem and all report the same. Our example is |