如何使用 NetBeans 调试 C++不是用 NetBeans 编译的库?

发布于 2024-08-18 01:49:20 字数 250 浏览 7 评论 0 原文

我在 Redhat Linux 上使用 NetBeans 6.8。有谁知道如何配置 NetBeans 来调试(步入)未使用 NetBeans 编译的库?

在我的特定情况下,我尝试调试使用设置了调试标志的 cmake 构建的 VTK 库。我编写了一个使用 VTK 共享库的 C++ 应用程序。

有什么想法吗?我尝试过一些显而易见的事情,例如将源位置添加到项目中。

请注意,使用 gdb,我可以调试应用程序并在 VTK 中的任何位置设置断点。

I am using NetBeans 6.8 on Redhat Linux. Does anyone know how to configure NetBeans to debug (step into) libraries not compiled with NetBeans?

In my particular case, I'm trying to debug the VTK library which is built using cmake with the Debug flag set. I've written a C++ application that uses the shared libraries from VTK.

Any ideas? I'd tried the obvious things like adding the source locations to the project.

Note that with gdb I can debug the application and set breakpoints anywhere in VTK.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

依 靠 2024-08-25 01:49:20

我找到了一篇关于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文