Using the emulator
• What happens when a thread panics?
… Breakpoint is hit. Causing the emulator to stop at
the line that caused the failure.
… A Source level call stack is shown.
… objects and variables in all functions of the call
stack can be examined
• You are spoilt! Always try to reproduce
problems on the emulator first - it is a good
debugging environment.