cjayem13
cjayem13

Reputation: 913

Intellij IDEA breakpoints; how to backtrack into a method

when debugging, if you click to step over a method is the only way to step into it to rerun and do so or is there a backtrack option to see what occurred (not backtrack and run from that point cause it's obviously passed.)

Upvotes: 2

Views: 401

Answers (1)

Wonds ghik
Wonds ghik

Reputation: 26

yes, you can highlight the section and it will show variables in the debug section. If not, check options in program structure or settings area to enable but it was default on mine.

Upvotes: 1

Related Questions