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:
- I logged into the Linux (fedora)remote system and installed gdb, and all the required depencises. However I get another message saying:
no package gdbserver available.
- Is there a difference between gdb and gdbserver?
- Realizing that I was not succeeding with the Fedora I decided to try and install gdb/dependencies on a Centos7 system. Going to Visual studio and launching the remote debugger. I still get the same error message.
Your expertise will be very appreciated