0

i have a small problem.can anybody say how we can configure gdb compiler in netbeans6.8 in linux platform.

thanks in advance.

ambika
  • 1,643
  • 5
  • 19
  • 18

1 Answers1

0

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
  • thanks Vokuhila. actually my work is done. i just type a ypm command to install gcc,gdb... i restart my netbeans ide. it set all the location of gcc,gdb.. etc. Thanks for your words. have a nice day. – ambika Feb 11 '10 at 08:22