2

When debugging JavaScript with Chrome Developer Tools, I can step forward into code by pressing the F11 key. Is there a way I can do the opposite, take a step backward? I tried pressing Shift + F11 but that steps out of the function altogether.

GTS Joe
  • 3,612
  • 12
  • 52
  • 94
  • There's no such thing. Have you ever seen any debugger supporting it? – wOxxOm May 13 '17 at 21:45
  • 1
    @wOxxOm It's called "time travel debugging" and multiple environments support it (including ChakraCore for JS) so it's an absolutely reasonable question to ask. – Konrad Dzwinel May 14 '17 at 15:58

0 Answers0