How to step back in Eclipse debugger?

后端 未结 6 1407
暖寄归人
暖寄归人 2020-11-27 09:25

Is it possible to do reverse execution in Eclipse debugger? The current project I\'m working on requires a minimum of 5 seconds to read and initialize data from a file befor

6条回答
  •  迷失自我
    2020-11-27 10:18

    I was looking for this feature in eclipse too. I know the visual studio can do that. Actually you can drag the current line marker and drop anywhere back in code. I'm not pretty sure if the changes to variables can be undone. But it is still very useful even so and saves lots of time. I've been waiting for this in eclipse for a very long.

提交回复
热议问题