DevTools debugger should support keyboard shortcuts for stepping
Open
fix it friday
good first issue
observatory migration
observatory: missing core functionality
P3
screen: debugger
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
**[See Observatory -> DevTools Tracking Issue](https://github.com/flutter/devtools/issues/3858).**
Observatory allows for users to interact with its debugger via console commands, supporting various stepping flavors. If we'd prefer to avoid having a debugger "console" we should at the very least have keyboard shortcuts for the following operations:
- Step Over
- Step In
- Step Out
- Pause / Resume
- Call stack navigation (next / previous frame)
Contributor guide
Assessment
This issue has not been assessed yet.