Start Remote gdb with sudo

  • Thread starter Thread starter ma_ste
  • Start date Start date
M

ma_ste

Guest
After i have successfully accomplished a remote build of a linux solution using Visual Studio 2017 (remote g++), i need to debug (gdb) it using sudo. I am not supposed to build and debug the solution using the root account, but since the solution alters thread priorities and locks memory from beeing swapped, it needs root rights to be debugged. Can anyone tell me how to setup Visual Studio to get this done?

Continue reading...
 
Back
Top