The breakpoints UI is really confusing #106559
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
Milestone
(i'm using vscode-cpptools over ssh to a linux box debugging with gdb)
For example:
there's right-click menu items for "Enable/Disable All Breakpoints", but that seems to be different from whatever this button does:
what's the difference between 'active' and 'enabled' ?
there seem to be 3 different 'enable' / 'active' states:
shouldn't there be a right-click menu item in the breakpoint list to enable/disable a breakpoint. How about 'Activate All Breakpoints' ?
if you click the 'Deactivate Breakpoints' button, then toggle the checkbox on one breakpoint (or add another breakpoint in the code), the whole lot seem to be re-activated, is this intentional? seems weird.
if you click on a breakpoint in the breakpoints list) then the line is highlighted (and the circle turns white always, even if it was grey or hollow before, hiding the current state, why?). then if you use the cursor keys to move the selection to a different breakpoint, the original one stays selected (with its white circle), but hitting space toggles the checkbox of the other breakpoint. which one is supposed to be selected here? how many highlights do you need?
there's a checkbox that can be toggled with the space bar, why no multi-select?
The text was updated successfully, but these errors were encountered: