I'm trying to debug a C++ project by setting a couple breakpoints. The build completes successfully, the run is going as expected, but the debugger seems to be just ignoring the breakpoints (I am using the Debug button, not Run). The source code, the compiler and the debugger are located on a remote host.
Could anyone give me a hint on how I can solve it please?
Netbeans version: 8.0.2, Remote host OS: Centos 6.7, Remote debugger: GDB 7.2-83.el6
I'm also getting the following warning at start of debugging (not sure if it's relevant though):
&"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"
Thanks in advance.
returns, the compiler may only use one of them and the debugger won't stop at the others. - Thomas Matthews