|
|
|
|
|
by ok_dad
1406 days ago
|
|
I love using the debugger but now I want one where I can rewind the program a few steps if I want to. The use case I have is to go back and forth trying out different combinations of variables on a section of code. Even if I could manually set a flag to store the program state at certain portions so I can return there, that would work great. Other than that, debuggers are very superior to print statements and such. You can’t pause a print statement and inspect the objects you didn’t print! |
|
Would you be willing to use one of those?