hi guys, i have a small problem.can anybody say how we can configure gdb compiler in netbeans6.8 in linux platform.
thanks in advance.
hi guys, i have a small problem.can anybody say how we can configure gdb compiler in netbeans6.8 in linux platform.
thanks in advance.
Normally - if you are on Linux and gcc/g++/gdb is installed - then it should work out of the box.
However - if it doesn't work you could try the following:
select `Tools` from the main menu
select `Options`
select `C/C++`
navigate to `Debugger Command` and enter the path to gdb, e.g. /usr/local/bin/gdb