I saw an Amiga debugger today with the option to set a time interval between instructions (e.g. 1 second). It executes each instruction, but waits for the set time to pass, before going to the next one.
I know this sounds like I'm too lazy to step through the code manually, but being able to let the debugger run through your code while completely detaching yourself from the process suddenly felt very liberating. It really gives you a different perspective on how your code flows.
I think it would be a great addition.
I saw an Amiga debugger today with the option to set a time interval between instructions (e.g. 1 second). It executes each instruction, but waits for the set time to pass, before going to the next one.
I know this sounds like I'm too lazy to step through the code manually, but being able to let the debugger run through your code while completely detaching yourself from the process suddenly felt very liberating. It really gives you a different perspective on how your code flows.
I think it would be a great addition.