Delphi 6/JEDI-JVCL - 不再获取带有详细堆栈转储的自定义消息表单
我正在使用 Delphi 6 和 JEDI-JVCL 3.x。我的项目设置包括创建 JDBG 文件并将它们插入可执行文件。然而,在这个过程中,我做了一些事情,破坏了自定义异常处理表单的外观,该表单显示了带有其他信息的完整详细堆栈转储,现在我只得到了标准异常对话框,其中仅包含单个异常信息。谁能告诉我最有可能我做了什么干扰了自定义异常对话框的外观?
——罗施勒
I am using Delphi 6 along with the JEDI-JVCL 3.x. My project settings include creating the JDBG files and inserting them into the executable. Yet somewhere along the line I did something that defeated the appearance of the custom Exception handling form that shows the complete detailed stack dump with other information, and now I just get the standard Exception dialog box with just the singular Exception info. Can anyone tell me most likely what I did that is interfering with the appearance of the custom Exception dialog box?
-- roschler
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您似乎已从项目中删除了 Jcl 异常对话框。或者它只是稍后初始化然后发生异常。
It looks like you have deleted Jcl Exception dialog from the project. Or it just initializes later then exception occurs.