Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'inDebugMode' context not working all the time? #55325

Closed
roblourens opened this issue Jul 29, 2018 · 1 comment
Closed

'inDebugMode' context not working all the time? #55325

roblourens opened this issue Jul 29, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@roblourens
Copy link
Member

I've had this keybinding forever,

{ "key": "f8", "command": "workbench.action.debug.continue",
        "when": "inDebugMode" },

but recently f8 always triggers 'go to next problem' even in debug mode, unless the editor isn't focused. I'm not sure how precedence is supposed to work when two keybindings both apply, maybe the keybindings are registered in a different order now. But I also noticed that 'debugState' and if I use "when": "debugState != 'inactive'" instead, it seems to work all the time?

@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Jul 30, 2018
@isidorn
Copy link
Contributor

isidorn commented Jul 30, 2018

@roblourens good catch. I did some bad refactoring. Thanks

@isidorn isidorn added this to the July 2018 milestone Jul 30, 2018
@JacksonKearl JacksonKearl added the verified Verification succeeded label Aug 3, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants