I'm trying to debug a command line program I wrote. Specifically, the parts of it that prints to the terminal. It occurred to me that it could help if I somehow ran it slowly on the terminal.
I'd like to be able to see how to terminal would print in older/less capable systems or whether there is flicker effect or not.
Is there a way to run it slower? i.e. not insta-load it.
Program: Written in "C", prints almost instantly.
OS: MacOSX/Windows/Linux, Any would work for me.
Thanks.