In a method I am debugging, I am spawning a new thread. I need to debug the execution of this new thread rather than the parent thread. How can I do this in eclipse?
in your eclipse debug window you can jump threads to land on the desired worker thread number and continue your step over(F6) sequential exploration.