-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Once start debugging failed, it cannot start again #56136
Comments
(Experimental duplicate detection) |
I've seen this too. |
Also experiencing issue. |
@coderdreamworld @weinand @bwilcutt can you please give me some precise reproducable steps so I start investigating what is the issue here. Since this is already present in stable there is no need to fix this for the recovery, so August milestone is good. |
Edited: Just as the OP says, it looks like that if there are no errors in code debugging works. But after firs typo in code the VS/debugger seems to enter a state where even if code is fixed this keeps showing then try t o run: 'There is already a debug configuration "Launch" running.' |
There was a large refactoring in debug how we handle sessions. process.exit(1);
console.log('hello there'); @coderdreamworld @weinand @bwilcutt So please try the latest insiders and let me know if you still see the original issue so I can reopen this. Thanks a lot |
Also might be a duplicate of #57255 |
@isidorn I'm experiencing this issue when attaching to node process running in debug inside a container. If the "attaching" fails (i.e. due to a timeout), and I try to relaunch it, it gives me the error that a debug session is already running. but I cannot see any and I cannot event terminate it somehow. here's my config
doing a vscode reload fixes it ofc.. (using the last VSCode Insiders version) |
@juristr thanks a lot, I was not bobbling up the error properly, this should be fixed in latest out of source and you can verify in tomorrow's vscode insiders - thanks a lot! |
@isidorn You guys rock 😄, didn't expect such a fast response |
Thanks, if the issue is good we tend to fix fast. Just let me know once you get the update if it is good for you so I can verify it. |
@juristr just a friednly reminder if you can verify this is good now, thanks a lot |
@isidorn For verification: Is there a good way to force the state that causes this to happen so I can make sure it doesn't happen? |
@isidorn Just wanted to check whether the bug is fixed, but I'm getting a strange error now when running the exact same |
@juristr that sounds like an unrelated issue which has something to do with source maps. Can you please create a new issue in this repository with reproducable steps fyi @roblourens |
Issue Type: Bug
Sometimes i write some wrong code, when start debugging it shows "Process exiting with code: 1". After that, i cant start debugging again, it always says "there is already a debug configuration running". Even if i click stop, it does not really stop.
VS Code version: Code 1.25.1 (1dfc5e5, 2018-07-11T15:43:53.668Z)
OS version: Windows_NT x64 6.1.7601
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: enabled
video_encode: enabled
vpx_decode: unavailable_software
webgl: enabled
webgl2: enabled
Extensions (2)
(1 theme extensions excluded)
The text was updated successfully, but these errors were encountered: