How to go backwards while debugging Javascript in Chrome sources debugging?

HaoQi Li picture HaoQi Li · Jul 6, 2013 · Viewed 18.2k times · Source

Chrome sources debugging has buttons for step over, step into, and step out. There is no stepping backwards in time to see what were the previous functions.

Answer

HaoQi Li picture HaoQi Li · Jul 6, 2013

You can sort of go backwards if you click through in the "Call Stack" on the right side to see the parent functions.