You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
The debug panel focus goes first to the list, allowing selection of either "All Exceptions" or "Uncaught Exceptions", tabbing again will focus the All Exceptions checkbox, tabbing again will focus the Uncaught Exceptions checkbox. Focusing the list items seems to do nothing, I expect one of these to happen:
The list items cannot be focuses/highlighted as toggling is done by focusing the checkboxes.
You need to focus the list item and hit enter to toggle the checkbox.
The text was updated successfully, but these errors were encountered:
Tyriar
added
the
bug
Issue identified by VS Code Team member as probable bug
label
Feb 23, 2016
enter already navigates to that breakpoint. So I decided to use space instead.
I think it is common practice to use space for toggling state. Let me know how you feel about it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
#3246
The debug panel focus goes first to the list, allowing selection of either "All Exceptions" or "Uncaught Exceptions", tabbing again will focus the All Exceptions checkbox, tabbing again will focus the Uncaught Exceptions checkbox. Focusing the list items seems to do nothing, I expect one of these to happen:
The text was updated successfully, but these errors were encountered: