ZIm/crates/debugger_ui
Cole Miller 239ffa49e1
debugger: Improve keyboard navigability of variable list (#31462)
This PR adds actions for copying variable names and values and editing
variable values from the variable list. Previously these were only
accessible using the mouse. It also fills in keybindings for expanding
and collapsing entries on Linux that we already had on macOS.

Release Notes:

- Debugger Beta: Added the `variable_list::EditVariable`,
`variable_list::CopyVariableName`, and
`variable_list::CopyVariableValue` actions and default keybindings.
2025-05-27 13:50:41 +00:00
..
src debugger: Improve keyboard navigability of variable list (#31462) 2025-05-27 13:50:41 +00:00
Cargo.toml debugger: Add keyboard navigation for breakpoint list (#31221) 2025-05-26 19:40:07 +00:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00