Ertuğrul Çetin
Ertuğrul Çetin

Reputation: 5231

Does IntelliJ IDEA Have Built-In Reverse Debugging Feature?

I guess the header is obvious , i really like to undo my debug process it will save lots time.

One of my coworker said to me that he did it once but he couldn't remember again how to do it.

Upvotes: 3

Views: 1439

Answers (1)

Alex
Alex

Reputation: 7926

It's not an undo operation in the usual sense, but you can drop the stack frame and re-enter same method again by calling Run -> Drop Frame menu item.

Upvotes: 6

Related Questions