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

Stopped at breakpoint but debug controls don't work as expected #121898

Closed
gjsjohnmurray opened this issue Apr 22, 2021 · 5 comments
Closed

Stopped at breakpoint but debug controls don't work as expected #121898

gjsjohnmurray opened this issue Apr 22, 2021 · 5 comments
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

@gjsjohnmurray
Copy link
Contributor

gjsjohnmurray commented Apr 22, 2021

Issue Type: Bug

After building from source I am debugging an issue and have set a breakpoint. Once OSS has hit my breakpoint the line is correctly decorated and the Call Stack panel states PAUSED AT BREAKPOINT but the inline Continue button does nothing, and the debug toolbar's state implies I am not at a breakpoint.

I can sort it out by changing the value in the debug toolbar's dropdown, then setting it back again. Now the Continue button works.

junk

VS Code version: Code - Insiders 1.56.0-insider (23a2409, 2021-04-21T05:13:42.491Z)
OS version: Windows_NT x64 10.0.19042

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Apr 22, 2021
@weinand weinand assigned isidorn and unassigned weinand Apr 22, 2021
@microsoft microsoft deleted a comment from vscodebot bot Apr 22, 2021
@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Apr 22, 2021
@isidorn isidorn added this to the On Deck milestone Apr 22, 2021
@isidorn
Copy link
Contributor

isidorn commented Apr 22, 2021

I acknowledge this issue. The problem here is that we do not properly auto focus the sub session which the js-debug provides.

@Vitalii4as
Copy link

I am experiencing similar issue on versions 1.56 and later, but on 1.55.2 it works fine.

@isidorn
Copy link
Contributor

isidorn commented Aug 11, 2021

This should be fixed with latest.
@gjsjohnmurray please let me know if you can still hit this with VS Code insiders and if yes I will reopen this. Though a bit more precise steps would help. Thanks!

@isidorn isidorn closed this as completed Aug 11, 2021
@connor4312 connor4312 added the author-verification-requested Issues potentially verifiable by issue author label Aug 25, 2021
@weinand
Copy link
Contributor

weinand commented Aug 26, 2021

@gjsjohnmurray it would be great if you could verify your issue in the latest Insiders

@gjsjohnmurray
Copy link
Contributor Author

/verified I haven't seen this problem lately when debugging OSS. Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Sep 25, 2021
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

6 participants
@weinand @isidorn @connor4312 @gjsjohnmurray @Vitalii4as and others