From: Jeff E. <je...@ad...> - 2001-10-22 17:45:11
|
I drive my app from the jython interpreter command line. Sometimes I'll do something stupid and create an infinite loop (in jython code). Currently, I have to kill the entire process. I'd rather be able to somehow tell the interpreter to break out of the current command that it is processing and return to the command line so I can preserve as much application state as possible. Any suggestions? Jeff Emanuel |