Debugging multiple threads in eclipse

后端 未结 4 2112
無奈伤痛
無奈伤痛 2020-12-02 12:53

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?

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 13:32

    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.

提交回复
热议问题