10-16-2012 01:37 AM
Hello,
In debug mode, after a crash Momentics gives me about 2 seconds to look at the stack trace before quiting the debugger. Is there a way to keep the debugger alive until I manually kill it?
Regards, Marcel
10-16-2012 09:25 AM
you can try using: slog2info -w
for more information you can read it at https://developer.blackberry.com/cascades/document
10-16-2012 05:21 PM
That way I can see the output, yes. But it doesn't keep the debugger alive after a crash. I would like to have some time to inspect the stack trace and some variables. Instead, the debugger quits and all I can see is my dead source code.