0

I'm trying to get the remote debugging to work on Visual Studio 2017 in Windows. I'm using the gdbserver option in Visual Studio project properties. The project is a make file project created in Visual Studio 2017. I'm getting following error in the output window.

enter image description here

And getting following error in Linux Console output window

enter image description here

What could be the reason for these errors?

warunanc
  • 2,221
  • 1
  • 23
  • 40
  • Suggest you switch debugging from `gdbserver` to `gdb` mode. See https://stackoverflow.com/questions/46890920/debugging-library-code-with-visual-studios-linux-support/46909617#46909617 – stanthomas Apr 19 '18 at 20:35
  • Infact, that's what I tried first. I have another stackoverflow question on that. – warunanc Apr 20 '18 at 02:48
  • @stanthomas https://stackoverflow.com/questions/49901105/error-when-visual-studio-remote-debugging-with-gdb – warunanc Apr 20 '18 at 06:48

0 Answers0