总视图调试器 - 调试在启动时从启动进程派生的进程

发布于 2024-12-08 15:00:43 字数 137 浏览 0 评论 0原文

我的应用程序有两个可执行文件。我们启动一个,然后它分叉另一个的 n 个实例。

现在我必须在启动时调试第二个 tsk 文件。我可以稍后使用附加到进程选项来完成此操作。但在启动过程中,似乎有一些内存需要调试。

有没有办法做到这一点。

I have application that has two executables. One that we launch and it forks n instances of the other.

Now I have to debug the second tsk file at launch. I can do it later using the attach to process option. But during launch, there seems to be some memory stuff that I need to debug.

Is there a way to do this.

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

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

发布评论

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

评论(1

姐不稀罕 2024-12-15 15:00:43

如果您将程序与 dbfork 库链接,totalview 应该自动附加到分叉进程。

请参阅《TotalView 参考指南》的“编译器和平台”一章中包含的“与 dbfork 库链接”。

If you link your program with the dbfork library, totalview should automatically attach to the forked process.

See “Linking with the dbfork Library” contained in the “Compilers and Platforms” Chapter of the TotalView Reference Guide.

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