C++ Netbeans debugging issues
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 debuggi开发者_如何学JAVAng in netbeans using gdb.
read and follow the doc. it says that for netbeans 6.7.x with mingw you need gdb 6.8.
精彩评论