-
Notifications
You must be signed in to change notification settings - Fork 12
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
Group #41
Comments
Removing gpio from target group fixed my connection issue on Ubuntu with .net core 5 stack |
I tried something similar with an Ubuntu Desktop 21.04 (RPi 4/400) 64-bit image burned with the Raspberry Pi Imager v1.4. This extension works great for me with my Raspbian GNU/Linux 10 (buster) image. I found that to remove gpio from the Target Group I had to reboot the Pi with the Raspbian image in order for the Visual Studio Project => Raspberry Debug Settings... menu to be available, so it might be helpful in the future to add "Target Group" to the "Raspberry Debugger => Connections" in the Tools => Options menu of Visual Studio. P.S. even with your above removal suggestion, then rebooting to Ubuntu and deleting the existing Raspbian connection in Options and adding it back with my Ubuntu user name and password, I was unable to connect using the dialog (ssh to Ubuntu works from a terminal, and when shutting down shows multiple remote connections). I had installed the most recent dotnet-sdk-4.0.400-linux-arm64.tar.gz by copying files to /home//dotnet and configuring environment in .bash_aliases. I was unable to get the snap suggested install method to work. The other possible difference is that I had also installed Visual Studio Code from code_1.59.0-1628118820_arm64.deb (the Ubuntu Snap store didn't have VS Code). |
I always get a timeout on the first attempt to debug, but all future F5 debuts work properly. I just removed gpio from the dialog displayed from the Project>Raspberry Debug Settings |
Thanks! I believe my problem may be deeper. What version of Ubuntu are you running on your Pi? See Notes re: 64-bit. I am unable to add the @ to the Raspberry Debugger => Connections page in VS Tools => Options, so I never have a valid host to try connecting. Was not able to get as far as F5 since I was unable to set up an SSH connection. I tried again as follows:
Notes:
|
@williambowsher, thanks for your help! I can confirm the following (WRT debugging on Ubuntu):
|
What is the Target Group setting used to define in the Raspberry Debugger configuration
The text was updated successfully, but these errors were encountered: