I can toggle breakpoints for any line, but I could not see the list of all breakpoints (Breakpoints window).
When I go menu Debug → Windows → ... It does not show me Breakpoints window.
Am I missing something?
You can see these breakpoints with the GDB maintenance command `maint info breakpoints' . Using the same format as `info breakpoints' , display both the breakpoints you've set explicitly, and those GDB is using for internal purposes. Internal breakpoints are shown with negative breakpoint numbers.
To clear all breakpoints in the applicationFrom the Debug menu, choose Clear All Breakpoints (CTRL+SHIFT+F9).
Press F3 and then press F9 to add a breakpoint.
Simply use the keyboard shortcut Ctrl + Alt + B, which should show you the breakpoints window.
You can select from top menu bar: Debug -> Windows -> Breakpoints
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With