使用Carbide.c ++在Symbian OS中调试panics [英] Debugging panics in Symbian OS using Carbide.c++

查看:220
本文介绍了使用Carbide.c ++在Symbian OS中调试panics的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

$ p

我正在使用硬质合金,是否有一种方法进入调试器? .c ++ 2.3.0。我知道调试配置> x86异常,但它只涵盖了实际应用中实际发生的一小部分。例如,当应用程序退出并显示内存泄漏时,它不会陷入用户紧急状态或ALLOC的混乱。

解决方案

如果您使用仿真器,您可以通过启用即时调试来调试混乱。这通过将以下行添加到 epoc32\data\epoc.ini 中:

  JustInTime调试

有关更多详细信息,请参阅 epoc.ini参考SDK文档


Is there a way to drop into the debugger when any panic occurs like if there were a breakpoint?

I'm using Carbide.c++ 2.3.0. I know about the Debug Configurations > x86 Exceptions, but it covers only a small fraction of what can actually happen in a real application. For instance, it does not trap user panics, or ALLOC panics when application exits with memory leaks.

解决方案

If you are using the emulator, you can debug panics by enabling 'just-in-time debugging. This is done by adding the following line to epoc32\data\epoc.ini:

JustInTime debug

For more details, see the epoc.ini reference in the SDK documentation.

这篇关于使用Carbide.c ++在Symbian OS中调试panics的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆