Skip to content

Accessible Debugging #2671

@bpasero

Description

@bpasero

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:

  • announce when the program has started and debug session is active
  • announce when it stops or a breakpoint is hit
  • announce when an error is hit

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

Metadata

Metadata

Assignees

Labels

accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions