c - configure gdb compiler in netbeans6.8 in linux platform -
I have a small problem. Anyone can say how we can configure the GDB compiler in NetBean 6.8 in the 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 this does not work, then you can try the following:
Select `Tools' from the main menu Select 'Menu'. Select 'C / C ++' Navigate to 'Debugger Command' and enter the path for GDB, like / usr / local / bin / gdb
Comments
Post a Comment