Accessible Debugging #2671
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
debug
Debug viewlet, configurations, breakpoints, adapter issues
verified
Verification succeeded
Milestone
At some point we should find out how an accessible debug session looks like. Debug is highly interactive so I can only assume that there needs to be some feedback reporting to the user what the state of the debugged application is in. Some thoughts:
I pushed a change (46db05e) so that the trees in the debug viewlet (Variables, Expressions, Call Stack, Breakpoints) get announced with some meaningful data when focus is in the tree and a screen reader is connected. However, I am not sure how verbose the data should be from each of the views because the entries within can have quite some state. I suggest to check with other tools and maybe do the same.
@isidorn @weinand @stevencl @chrisdias fyi
The text was updated successfully, but these errors were encountered: