-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
VSCode remote cpp debug not working #73987
Comments
I repro the same issue, in fact it is not just over remote, C++ debugging does not seem to work in Insiders at all. Code builds via tasks.json but the debugger hangs with the little blue progress worm crawling relentlessly across the top of the debug panel. The exact same settings work in regular VS Code. Debugging outside VS Code (i..e gdb in the terminal) is fine. Debugging in regular VS Code also works fine (tested with v1.34.0). Note this was working fine for me (over remote) on Thursday 16th May. Not sure if a change in the C++ was merged in that time or an update to Insiders caused the issue. I enable extension debug output but there doesn't seem to be much there:
VS Code version details:
tasks.json:
launch.json
|
same here, |
/duplicate #73867 |
Fixed in latest Insiders. |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
@liushiqi9 please create a new issue for your problem with reproducible steps. The issue hat has been fixed and the original author has confirmed that it works for him now. |
System Version
Version: 1.35.0-insider (user setup)
Commit: a5536b8
Date: 2019-05-20T05:17:36.269Z
Electron: 3.1.8
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 6.1.7601
Steps to Reproduce:
Other details(Logs) are listed here. I reported to both repo because I am not sure which one is the correct one.
All help needed, Thx.
The text was updated successfully, but these errors were encountered: