Viewing Thread Stacks
- Using 'bt' will show the stack of the current thread.
- Typing 'thread 8' will switch to thread 8.
- Typing 'thread apply all bt' will show stack traces of all the threads.
- When viewing local variables - we'll see those of the current frame in
the current thread.
Originally written by
guy keren