C++ Netbeans 调试问题
我安装了用于c/c++的netbeans6.7.1 ide,也安装了mingw/msys cygwin,并且我已将C:\Msys\bin作为环境变量路径。它有gdb7版本。但是,当我通过netbeans运行调试时,它提示GDB版本0此平台不支持。请帮助 我通过向 netbeans 提供 makefile 的路径,从现有文件创建了该项目。 另外请提供一些使用 gdb 在 netbeans 中进行调试的技巧。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读并遵循文档。 它说 对于带有 mingw 的 netbeans 6.7.x你需要 gdb 6.8。
read and follow the doc. it says that for netbeans 6.7.x with mingw you need gdb 6.8.