In eclipse, how do I get the debugger to show all stack frames without clicking expand on each of the threads? In eclipse, how do I get the debugger to show all stack frames without clicking expand on each of the threads? multithreading multithreading

In eclipse, how do I get the debugger to show all stack frames without clicking expand on each of the threads?


Click on the top level thread (or the application) and then [Shift]+[Right Arrow]. Depending on your level, you may need to do this twice.