如何生成PowerBuilder程序的符号文件以进行转储分析?

发布于 2024-07-08 16:40:20 字数 38 浏览 9 评论 0原文

如何生成PowerBuilder程序的符号文件以进行转储分析?

How to generate the Symbols file of a PowerBuilder program for dump analysis?

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

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

发布评论

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

评论(2

在你怀里撒娇 2024-07-15 16:40:20

您在编译 PowerBuilder 应用程序时遇到问题吗?

我从未使用过 Microsoft 调试器,但是,我使用过 Dependency Walker 并在该环境中运行我的应用程序。 通常,如果我们缺少可部署项等,这会对我们有所帮助。

如果您需要堆栈转储,您是否考虑过从“运行”窗口运行应用程序并在应用程序名称后面添加 /debug 选项? 这会创建一个调用堆栈日志,显示所有被调用的命令等。可能会满足您的需要。

请指教。

Are you running into a problem with a compiled PowerBuilder application?

I've never used the Microsoft debugger, however, I have used Dependency Walker and ran my app from within that environment. Usually that helps us if we have missing deployables, etc.

If you need a stack dump, have you thought about running the app from the Run window and adding the /debug option after the name of the app? That creates a call stack log that shows all your commands being called, etc. Probably would get you what you need.

Please advise.

黄昏下泛黄的笔记 2024-07-15 16:40:20

您可以安装 Dr. Watson (drwtsn32),以便在您的应用程序终止时自动创建故障转储。

也就是说,转储通常仅在调用本机 DLL 时才有用。 否则,堆栈将只包含各种 PBVM 调用,这些调用将很难关联回实际的源代码行。

You can install Dr. Watson (drwtsn32) to automatically create a crash dump when/if your application dies.

That said, the dump will usually only be useful if you are calling into native DLL's. Otherwise the stack will just include various PBVM calls that will be difficult to correlate back to actual source code lines.

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