Hello Everyone!
I'm looking for a way to automatically restart a processing sketch if it hangs or crashed on a windows machine. Open to either running from the IDE or an exported application.
Wouldn't it be better to catch errors and avoid crashes the first place? That would have to be the recommended approach and probably more straightforward than what you're asking...
Answers
Wouldn't it be better to catch errors and avoid crashes the first place? That would have to be the recommended approach and probably more straightforward than what you're asking...