is it possible to “go back” in java eclipse debugger like dragging the arrow in VS

前端 未结 3 1931
余生分开走
余生分开走 2020-12-08 06:03

Is there an option to take the stack pointer - or arrow in the debugger, backward and change the current execution line, as in visual studio.
Today I am using a \"workar

3条回答
  •  萌比男神i
    2020-12-08 06:44

    The feature is called 'Drop to frame' right click on any line in stack, choose 'Drop to frame' and you go back to selected method beginning. Check Eclipse help topic.

    drop to frame picture

提交回复
热议问题