carbide

Debugging panics in Symbian OS usnig Carbide.c++

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 app...