views:

357

answers:

1

hi all ,I installed netbeans6.7.1 ide for c/c++ also i have mingw/msys cygwin installed and i have given C:\Msys\bin as environment variable path.It has gdb7 version.However wheni run dbugging thru netbeans it prompts that GDB version 0 not supported on this platform.Pls help I have made the project from existing files by giving netbeans the path of makefile. Also pls provide some tips on debugging in netbeans using gdb.

+1  A: 

read and follow the doc. it says that for netbeans 6.7.x with mingw you need gdb 6.8.

ax