使用 wxWidgets 处理访问冲突
在我的 wxWidget 程序中,我无法再使用 MSVC 调试器捕获访问冲突。 AV 信息打印在输出中,但程序继续运行。
我怀疑 wxWidgets 可以处理这个问题,如果关闭我该如何关闭?
In my wxWidget program I can no longer catch Access Violation with MSVC debugger. AV info is printed in Output but program continues to run.
I suspect that wxWidgets handles this, how can I turn if off?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还可以尝试完全禁用 wxWidgets 的默认异常处理(来自 http://docs。 wxwidgets.org/2.9.2/overview_exceptions.html):
You can also try to disable the default exception handling of wxWidgets entirely (from http://docs.wxwidgets.org/2.9.2/overview_exceptions.html):