Reputation: 318
I'm trying to debug a linux c++ application on a remote offsite server and I got this message:
Any ideas? I've tried debugging it on an onsite linux machine (through MSVS2015 on windows) and it works fine.
Upvotes: 1
Views: 322
Reputation: 318
I had a snapshot of the server prior to installing gdbserver. It worked after I installed all the components again by doing this:
Don't know what fixed it but this worked...
Upvotes: 1