Reputation: 51
I have tried with no success for a good 4 hours to debug a program using Visual studio remote debugger and I keep getting the same error message:
could not launch gdbserver. gdbserver could either be missing on your system and need to be installed, or it failed to start the program.
-My attempted solutions so far:
no package gdbserver available.
Your expertise will be very appreciated
Upvotes: 0
Views: 1080
Reputation: 31
i installed the gdbserver this works for me on the raspberry pi
sudo apt-get install gdbserver
Upvotes: 3