-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Cant run/debug project after recent vscode update #128300
Comments
I have the same problem, I can't run my program anymore. This is unacceptable. They waste my time with their stupid update. And there is another problem: when I hit F5, the debug view opens everytime even though I set the "Open Debug" setting to "openOnDebugBreak", not "openOnSessionStart" |
Same here, updated VSCode this morning and now I can't debug C++ programs. When I click F5, the debugging bar appears and then just disappears. No errors or messages anywhere that I could find. It's quite easy to reproduce, just click Add Configuration..., select I can provide more info if necessary. EDIT: this seems like a duplicate of #128288 |
Looks like microsoft/vscode-cpptools#7808 |
I used to run my project using the
launch.json
file..It used to workBut now, it completely not working...I cant run nor can i debug my project
When pressing F5, vscode will show the debug toolbar and it disappear seconds later..
Here is my
launch.json
The text was updated successfully, but these errors were encountered: