Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: lscpaiva on August 31, 2007, 08:58:03 pm

Title: Conditional Breakpoints
Post by: lscpaiva on August 31, 2007, 08:58:03 pm
Hi All

How can I set conditional breakpoints in CB?

TIA

Luiz Sergio
Title: Re: Conditional Breakpoints
Post by: lscpaiva on September 01, 2007, 02:06:21 am
Hi All

I have just discovered how to set conditional and now a new question has arisen concerning to the count of a breakpoint. Why this figure is limited to 100? I need for example of a count of 750 before the breakpoint is activated, but CB limits this value to 100. Is there any way to surpass this limit? I am using CodeBlocks 4237.

TIA

Luiz Sergio
Title: Re: Conditional Breakpoints
Post by: Ceniza on September 01, 2007, 02:51:39 am
I'm going to commit a fix to increase that limit just "a bit": 2000000000 :lol:

Just for reference: the SpinCtrl wasn't assigned a max value causing 100 to be used as default.
Title: Re: Conditional Breakpoints
Post by: lscpaiva on September 01, 2007, 09:36:08 pm
Thanks Ceniza for your prompt attention.

Regards

Luiz Sergio