-
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
[BUG] Improve C# Dev Kit Debugging Walkthrough #130
Comments
Do you see the output in the By default, the settings for output is set to the |
Ideally VS Code should focus on Debug Console if the |
@Tyriar @connor4312 would this be a feature request for VS Code core? (tagging you both for the terminal and debugging aspect) |
Added notes, |
This is already the case, and is configurable by users. |
The original issue I filed is because VS Code stayed focused on the integrated terminal, though the output was set to Debug Console, so I didn't see anything when I first ran. I could manually change my focus to the Debug Console to see the output, which I didn't expect since I thought other extensions automatically changed my focus. But perhaps this is expected? |
@bamurtaugh it's controlled by |
Thanks @Tyriar. Looks like mine is
|
In a newer version of C# Extension, you should be able to input ReadLine/Read with the Debug Console. |
Describe the Issue
Following the steps in the doc, I'm unclear if I should use the Run and Debug view or not when I'm using the C# Dev Kit.
I was thinking yes as it's mentioned in docs and in the getting started walkthrough:
But based on the results and some other info in docs, I'm not sure.
Steps To Reproduce
Expected Behavior
I expected to see my console app's "Hello, World!" output in the terminal the same way I see the output when I use F5.
Environment Information
I'm using a .NET dev container with the latest VS Code Insiders on Windows 11 Insiders.
Version: 1.80.0-insider (user setup)
Commit: 79c4092768e41b16fd823e80c874dbfafdc08f55
Date: 2023-06-13T05:21:23.732Z
Electron: 22.5.5
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Windows_NT x64 10.0.25387
The text was updated successfully, but these errors were encountered: