-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unable to auto-attach to debugger #32
Comments
From the looks of it, you have a solid connection and it uploaded/decompressed your project which is great. This is a known issue w/ remote debugging and unfortunately Microsoft's VSDbg doesn't provide much documentation or feedback other than failing to launch. I have seen firewall issues in the past blocking port access (see 'Additional Resources' below). Also, I've had success debugging console apps on Ubuntu 20.04, but issues on 22.04. To try and help you out:
Additional Resources: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry for reopening this issue, but I'm having this exact issue but on the latest version of raspbian instead... My console output looks exactly like the one provided by the original author and the error popup I get is also the same. I can attach to the process via VS > Debug > Attach To Process, works just fine. I have also tried adding: As the first line in my Main(); None of these options have been able to resolve my problem. Any more suggestions? |
After some more digging I found this in the debug adapter host log: However, I do not understand how to fix this... :) |
If I change the launch json adapterArgs -T argument from: and then launch the debug manually with the command window and command: it seems to get further... Seems to me, but Im not sure, that the exported path to vsdbg is incorrect in my launch.json. |
thank you @TGlev, reopening this issue. If you have time, please feel free to jump in to address this issue. Unfortunately, been known to be temperamental between environment-to-environment. |
Thanks. Im afraid my knowledge doesnt include visual studio extensions. Havent been able to figure much out regarding this issue on my own. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
…a2-256 for ssh.net, added ssh.exe adapter,.. working version
Hey, thank you very much for developing this plugin. I have encountered some problems in the process of using it and I hope to get your help. Here is my Linux system information and I have followed the tutorial to install dotnet、openssh-server and curl
Linux VM-0-16-ubuntu 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
And this is the error message
The console output
The code is compiled locally.
The text was updated successfully, but these errors were encountered: