-
Notifications
You must be signed in to change notification settings - Fork 13
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
No Debug mode is too visually similar to debug mode #594
Comments
This bug is incorrect - we aren't debugging. However, VS Code makes almost no distinction in the UI between debugging and not debugging. The only way you can tell:
Related issues: |
I wrote it under "expected behavior", but in case it helps, the expected experience is identical to what I'm seeing Python do here: https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world |
@claudiaregio Python has multiple ways to "Run without debugging". Some of their gestures just directly run the target script in the terminal, while others will use the VS Code APIs and would have the same problem as in this issue with there being very little distinction between run with and without debugging. |
I opened two more issues relating to this:
I think once we have fixes for those two problems and dotnet/vscode-csharp#6516, this scenario should be much better. So I am closing this issue. |
Describe the Issue
Hitting the "run project associated with this file" OR "run without debugging" from VS Code menu starts a debugging session instead of just running
Steps To Reproduce
Expected Behavior
I would expect this to behave the same way as if I were in the project folder in the terminal and ran "dotnet run".
Environment Information
The text was updated successfully, but these errors were encountered: