Closed kurtlawrence closed 5 years ago
On a crash the run interface writes the stack to the screen, which then gets wiped as part of the unwinding.
Implement a system to dump the stderr to a file on a crash when using the Repl.run() method.
Repl.run()
On a crash the run interface writes the stack to the screen, which then gets wiped as part of the unwinding.
Implement a system to dump the stderr to a file on a crash when using the
Repl.run()
method.