如何使用 NetBeans 调试 C++不是用 NetBeans 编译的库?
我在 Redhat Linux 上使用 NetBeans 6.8。有谁知道如何配置 NetBeans 来调试(步入)未使用 NetBeans 编译的库?
在我的特定情况下,我尝试调试使用设置了调试标志的 cmake 构建的 VTK 库。我编写了一个使用 VTK 共享库的 C++ 应用程序。
有什么想法吗?我尝试过一些显而易见的事情,例如将源位置添加到项目中。
请注意,使用 gdb,我可以调试应用程序并在 VTK 中的任何位置设置断点。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一篇关于 NetBeans 5.5 的文章,介绍如何将 GDB 集成到项目中:http://cnd.netbeans.org/docs/articles/debugging/Review_NikMolchanov/NetBeansC_C++DevelopmentPack5.5_Debugging.html
我意识到您提到了 6.8,但由于没有其他答案至少可以帮助您指明正确的方向。
I found an article on NetBeans 5.5 on how to integrate GDB into your project: http://cnd.netbeans.org/docs/articles/debugging/Review_NikMolchanov/NetBeansC_C++DevelopmentPack5.5_Debugging.html
I realize that you mentioned 6.8 but since there have been no other answers it might help point you in the right direction at least.