toggling breakpoints enabled/disabled with ease - how ?
I soo often would like to have a button on the debug window that toggles
the enabled/disabled state of all breakpoints
so that I can have the app run until it gets to a state I am happy with,
then I click and my well-thought-out bkpts are enabled ...
If you know how to do this in Idea now, please reply
else I will oepn a feature request SCR for post- 4.0.0.0.0.
Edo
Please sign in to leave a comment.
You can enable/disable a single break point with either a double click
on the breakpoint icon, or a single click in the code. I know it's not
the answer to your question, just thought it might help.
N.
Edoardo Comar wrote:
Sorry I meant to say those clicks were on the middle button of the mouse.
N.
Nathan Brown wrote:
>> I soo often would like to have a button on the debug window that
>> toggles the enabled/disabled state of all breakpoints
>> so that I can have the app run until it gets to a state I am happy
>> with, then I click and my well-thought-out bkpts are enabled ...
>>
>> If you know how to do this in Idea now, please reply
>> else I will oepn a feature request SCR for post- 4.0.0.0.0.
>>
>> Edo
Thanks, but what I do NOT want is fiddle around to find breakpoints in code.
Essentially, I'd like a one-button action that does this sequence of things:
CTRL-SHIFT-F8 (brings up the bkpt window)
CTRL-A (selects all)
SPACE (toggles selected checkboxes)
ENTER (closes the dialog)
before anyone tells me to use the macro recorder,
please try the recorder yourself ;)
Edo
PS - the recorder appears only to be active within the editor
it stops when the dialog pops up. (another SCR ... ?)
Nathan Brown wrote:
>> You can enable/disable a single break point with either a double click
>> on the breakpoint icon, or a single click in the code. I know it's
>> not the answer to your question, just thought it might help.
>>
>> N.
>>
>> Edoardo Comar wrote:
>>
>>> I soo often would like to have a button on the debug window that
>>> toggles the enabled/disabled state of all breakpoints
>>> so that I can have the app run until it gets to a state I am happy
>>> with, then I click and my well-thought-out bkpts are enabled ...
>>>
>>> If you know how to do this in Idea now, please reply
>>> else I will oepn a feature request SCR for post- 4.0.0.0.0.
>>>
>>> Edo