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
modal base class _InspectableListModal for all modals to use
controller god-object split
DebugState atomic authority + synthetic-flag
declarative message routing
typed Config dataclass
cli.py parse_args split
track _watch_adapter_death task
modal _underscore reach-throughs
Fix 'SyntaxWarning: \d is an invalid escape sequence.' on Async Tasks tab
Threads/Processes/Async Tasks: clicking item in modal switches to code view
Serialize processes to allow rapid re-inspection when jumping between modal and Code View
Modify Footer keybindings when in Navigate mode
Add a new 'step mode' which controls how the next/step into commands work. By default they will go to the next logical, not physical line. The mode can be controlled in Configuration to revert to the debugpy default of moving by physical lines of code.
Snap breakpoint to start of previous logical line if not on one already
Add j/k/G eybindings to debug mode since they don't interfere with debug options
Don't top on entry when providing a breakpoint on the command line