Hi,
Does anyone know how to show the panic and leave codes in Series 90? On booth device and emulator the app just exists without saying why. I verified this by
User::Panic(_L("test"), 1);
and
User::Leave(KErrNotFound);
In both cases, the app just exists. Is there any way to catch the reason? This applies to both device (Nokia 7710) and emulator (WINS).
/Jonas

Reply With Quote

