Does IntelliJ IDEA have built-in reverse debugging functionality?

I think the title is obvious, I really like canceling my debug process, it will save a lot of time. One of my colleagues told me that he did it once, but he couldn't remember how to do it.

+3


source to share


1 answer


This is not an undo operation in the usual sense, but you can reset the stack frame and re-enter the same method by invoking the menu item Run -> Drop Frame

.



+5


source







All Articles