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

"Run without Debugging" causes "Start Debugging" to no longer run with debugging #101986

Closed
DanTup opened this issue Jul 9, 2020 · 3 comments
Closed
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@DanTup
Copy link
Contributor

DanTup commented Jul 9, 2020

This one has been puzzling me for a few days! This happens with all debuggers - VS Code is incorrectly passing noDebug: true for a debug session if it was previously run without debugging.

To repro:

  • create a simple JS script:
    console.log('test');
    
  • Add a breakpoint and click Run -> Start Debugging and the breakpoint will be hit (correct)
  • Run again with Run -> Run Without Debugging and the breakpoint will not be hit (correct)
  • Run aagin with Run -> Start Debugging and the breakpoint will not be hit (incorrect)

@isidorn unsure if this is at all related to #100364 (seems like an opposite problem, perhaps related to the fix?)

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jul 9, 2020
@weinand
Copy link
Contributor

weinand commented Jul 9, 2020

What version is this?

@weinand weinand added the info-needed Issue requires more information from poster label Jul 9, 2020
@DanTup
Copy link
Contributor Author

DanTup commented Jul 9, 2020

It was in Stable:

Version: 1.46.1
Commit: cd9ea64
Date: 2020-06-17T21:17:14.222Z
Electron: 7.3.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.5.0

Seems like it may be fixed in Insiders. Is that version due out soon?

@weinand
Copy link
Contributor

weinand commented Jul 9, 2020

Yes, today I guess...

@weinand weinand closed this as completed Jul 9, 2020
@weinand weinand removed the info-needed Issue requires more information from poster label Jul 9, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

2 participants