-
Notifications
You must be signed in to change notification settings - Fork 103
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
Debug.Writeline Exits Console App #171
Comments
Is not this mean you start MS debugger instead of netcoredbg? Could you please explain, how you configure to start netcoredbg binary? Note, netcoredbg don't really have adapter for VSCode or VSCodium, we use dirty hack in order to launch debug session with adapter for MS debugger (MS C# extention) by override pipe and debugger binary. Not really sure it works with |
No, I am not using MS Debugger - it is not available or supported in VS Codium. I am using this VS Codium extension: https://github.com/muhammadsammy/free-vscode-csharp Underlying it's uses netcoredbg |
Year. I have the same problem. I am using an extension https://github.com/muhammadsammy/free-vscode-csharp |
Please try with |
I have a .Net 8 Console App and when the debugger executes Debug.Writeline("...") the App exits with no errors or exception thrown. I am using VS Codium on Windows 11.
To reproduce the problem create a Console App with:
The code in Program.cs is simple:
Launch.json
tasks.json
Any help or pointers will be appreciated. Thank you!
The text was updated successfully, but these errors were encountered: