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

Re: Remote Debug in C++ with sudo

2018-08-14 Thread Arvind Narayanan
https://stackoverflow.com/questions/41978971/debug-c-app-with-sudo-in-netbeans Any help would be highly appreciated. Thanks/A On Tue, Aug 14, 2018 at 2:27 PM Geertjan Wielenga wrote: > None of the several solutions in that link work for you? > > Gj > > On Tue, Aug 14, 2018 at

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