dis/enable all breakpoints
-
i have a bunch of breakpoints set, but i don't want them hit until i set up my repro case. i want a button to disable all breakpoints. then, when i'm ready to repro, turn them all back on and go.
is this available? i can't find it. this feature has been in every IDE i've ever used, except Qt Creator? maybe i'm just missing it?
-
that's good actually!
but it really should be a single button, not related to selection.
thanks!
-
i have a bunch of breakpoints set, but i don't want them hit until i set up my repro case. i want a button to disable all breakpoints. then, when i'm ready to repro, turn them all back on and go.
is this available? i can't find it. this feature has been in every IDE i've ever used, except Qt Creator? maybe i'm just missing it?
Probably not exactly what you want, but you can select all breakpoints and with the context menu "Enable/Disable Selected Breakpoints" that would work as you expect:
Regards
-
that's good actually!
but it really should be a single button, not related to selection.
thanks!