after hotswap back to the beginning of the method?

Answered

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
4 comments
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

Please sign in to leave a comment.