after hotswap back to the beginning of the method?

已回答

In Eclipse, while debugging, I can edit the code and the IDE perform the hotswap. After the hotswap, Eclipse back the thread exection to the beginning of the method. This is very useful when I changind the code during the debug session.

Can IDEA do that too?

 

Thanks!

0
Avatar
Permanently deleted user

It seems Force run to cursor cannot back to the beginning of the method. When try to Force run to cursor, the execution is resumed.

And after the class reload, Variables debug info is not available anymore and I can't even step Step Over.

0

Now you need to drop frame and then step into again, please vote https://youtrack.jetbrains.com/issue/IDEA-68958 to automate that

0
Avatar
Permanently deleted user

Thank you @Egor! It was what I was looking for!

0

请先登录再写评论。