|
|
|
|
|
|
|
|
|
|
|
|
|
• |
Must enable a
tool called the debug monitor
|
|
|
(or crash
debugger) to get more info
|
|
|
• |
Crash debugger
tells you
|
|
|
|
… |
which thread
paniced
|
|
|
|
… |
the category and
number of the panic
|
|
|
|
… |
where the stack
for the paniced thread is located
|
|
in memory
|
|
|
• |
The
crashdebugger can be coaxed to dump
|
|
|
the callstack
|
|