总视图调试器 - 调试在启动时从启动进程派生的进程
我的应用程序有两个可执行文件。我们启动一个,然后它分叉另一个的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您将程序与 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.