Author Topic: Conditional Breakpoints  (Read 5005 times)

Offline lscpaiva

  • Single posting newcomer
  • *
  • Posts: 8
Conditional Breakpoints
« on: August 31, 2007, 08:58:03 pm »
Hi All

How can I set conditional breakpoints in CB?

TIA

Luiz Sergio

Offline lscpaiva

  • Single posting newcomer
  • *
  • Posts: 8
Re: Conditional Breakpoints
« Reply #1 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

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Conditional Breakpoints
« Reply #2 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.

Offline lscpaiva

  • Single posting newcomer
  • *
  • Posts: 8
Re: Conditional Breakpoints
« Reply #3 on: September 01, 2007, 09:36:08 pm »
Thanks Ceniza for your prompt attention.

Regards

Luiz Sergio