Reputation: 913
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
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