Mon Oct 03, 2016 5:09 pm
I have no idea with how netbeans works, but you generally get that warning when gdb is told to redirect the input/output of your program to another terminal. It's just a warning because gdb asks for the terminal to be the controlling terminal and more than likely it is already a controlling terminal for another process and so is being refused. It shouldn't cause debugging to fail though (some things won't work as expected, like signals from the terminal won't go to your program).
She who travels light — forgot something.