-1

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

4

2 回答 2

0

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.

于 2008-11-25T16:45:34.143 回答
0

您可以安装 Dr. Watson (drwtsn32) 以在/如果您的应用程序死机时自动创建故障转储。

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

于 2009-10-22T16:06:09.340 回答