17

I wish there was a back button on a debugger...... Ultimate bliss.

Countless hours saved.

Comments
  • 0
    fyi
    For the jvm you can use drop frame if the code was side effect free
    In react with redux you can actually do that
  • 0
    @succcubbus what do you mean by "side effect free"? If someone is debugging how do they know if it has side effects?
  • 2
    It's called reversible debugging, and several debuggers support it. Google around. You'll be surprised.
  • 2
    @creativeJuice side effect free is a concept from functional programming.
    A function is side effect free if it does not change any state but only computes the output using its input.
Add Comment