Add a inPausedDebugMode
flag
#33085
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
Milestone
There's already an
inDebugMode
flag that can be used in keystrokes'when
clauses. It would be useful to have aninPausedDebugMode
as well.My use case: I've made my
workbench.action.debug.continue
shortcut becmd+\
, which is what Chrome uses, but that's also the same shortcut I use for splitting the editor. Basically without this flag I cannot split editors while debugging.Having this flag would also partially fix #30810 if ever those
when
flags will be exposed via the API.The text was updated successfully, but these errors were encountered: