Re: Remote Debug in C++ with sudo

2018-08-14 Thread Arvind Narayanan
Yes, via command line on my host machine. On Tue, Aug 14, 2018 at 4:13 PM Will Hartung wrote: > On Tue, Aug 14, 2018 at 1:44 PM, Arvind Narayanan > wrote: > >> Hi Will, >> >> When I attach the debugger to the remote gdbserver process, I again get >> the same popup error saying "GDB has

Re: Remote Debug in C++ with sudo

2018-08-14 Thread Arvind Narayanan
Nope, I tried all the methods, none worked. Infact that StackOverflow post has a 50 bounty to it as well. There are other posts on the web on the same issue that have not been able to address this issue. Examples: https://stackoverflow.com/questions/25213212/remote-debugging-with-root-privileges

Re: Remote Debug in C++ with sudo

2018-08-14 Thread Geertjan Wielenga
None of the several solutions in that link work for you? Gj On Tue, Aug 14, 2018 at 9:25 PM, Arvind Narayanan wrote: > Hi, > > I am trying remotely debug a C++ application which requires sudo > permission. > > Here is the StackOverflow post which exactly describes the problem and has > remain

Remote Debug in C++ with sudo

2018-08-14 Thread Arvind Narayanan
Hi, I am trying remotely debug a C++ application which requires sudo permission. Here is the StackOverflow post which exactly describes the problem and has remain unresolved for years. https://stackoverflow.com/questions/23893326/debugging-a-c-program-in-netbeans-8-0-which-needs-the-sudo-to-run