I had a script running all day but VSCode crashed overnight, taking the output with it.
- Is there any way to connect to the process and recover the data or determine if there was an error?
- Is there a log anywhere of the last error Julia encountered?
- If I generate a memory dump of the process, would there be any (easy) way to find and extract the data I’m looking for?
I know the code didn’t complete successfully because the last step is saving the data to disk.