-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
C# extension's debugging does not work 0x89720010 #82
Comments
Hi @ExceptionGit 👋 Thank you for this info!! Can you explain it a little more in-depth? Here is what I concluded, let me know where I am wrong:
Follow-up questions:
Thanks again for sharing this workaround 👍 |
Hi @stripedpajamas 👋
MS's C# extension works everywhere, but debugger from this extension only works with the :
Yes! https://github.com/Samsung/netcoredbg/blob/master/README.md
Yes! Samsung/netcoredbg#1 (comment)
All platforms..
Maybe. I don't use c++, check this https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/ , no alternative. May help: How To Debug MIEngine.md and PipeTransport.md |
Awesome 👍 I will put this into a snippet on the Docs page for future reference. Thanks @ExceptionGit |
It's great that there's a well documented issue for this. However, this is a deal breaker when it comes to Codium. I can't expect my whole team to switch to using I'd prefer if this issue was highlighted in the I guess I'll have to stick to Code. Thanks for the work otherwise! |
Thanks for trying it out @harvzor and thank you for your comment. I agree and will put a note in the README to hopefully save others from wasting any time 👍 |
Hi @harvzor Microsoft .NET Core Debugger (vsdbg) is not an open source product! Please read https://aka.ms/VSCode-DotNet-DbgLicense or alt URL. |
As I am preparing to create a debugger extension for MonoDevelop based on Samsung debugger, I came across this thread (which of course is very valuable). But I'd like to raise a concern that merely use OmniSharp not only downloads Microsoft's debugger (vsdbg), but also downloads other supporting files (like vsdbg-ui). When |
On Windows, trying to build I was able to build, but when call
I was not able to build in Release(no target?) and So, debugging C# with |
@dzmitry-lahoda You can download binaries directly from GitHub, https://github.com/Samsung/netcoredbg/releases What you got is expected as the debugger when launched would like to debug something but you don't give it the information. You might try to run |
Hi! I'm on latest patched win10 x64 , vscodium, c# extension, dotnetcore sdk and samsung debugger relases thanks in advance |
Is doing this ok?
|
Tried this on Until they make |
I'm not sure if things have changed since this workaround was first captured, but unfortunately the instructions don't work for me on Manjaro Linux! I added the But when I debug by pressing F5, nothing seems to happen. The debug console appears, with a message at the top that says Am I missing something? Or does this workaround no longer work?
|
See
Or install |
Okay, so I tried this on a fresh machine with Manjaro. Installed VS Code and VS Codium (both v1.68). On VS Code I installed the official extension, and on VS Codium I installed the VS Code
|
Thanks @murchu27 👍 From your issue muhammadsammy/free-vscode-csharp#38, I think
If you want, you can check this IDE https://github.com/eclipse-theia/theia, maybe it works there. |
This message shows, and then nothing happens:
#71
dotnet/core#505
dotnet/vscode-csharp#2491
Fix:
Easy
Install
omnisharp-vscode+netcoredbg
extension (open-vsx.org) [src]windows:
linux, change this:
The text was updated successfully, but these errors were encountered: