From: Ken A. <kan...@bb...> - 2003-03-09 19:22:02
|
I've been thinking about this too. It's easy to get a runaway computation that you'd like to stop. We could do that by checking for a stop flag that is checked at each procedure call. At 07:01 AM 3/9/2003 -0500, Geoffrey Knauth wrote: >Let's say I'm in the middle of loading a file foo.scm. > >I get part of the way through the file, and then I realize some core data structures are messed up. I want to signal an error and stop loading foo.scm, but I may not want to leave the JScheme interpreter. >Can I do that (leave foo.scm but not JScheme)? > >Geoffrey > > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com >_______________________________________________ >Jscheme-user mailing list >Jsc...@li... >https://lists.sourceforge.net/lists/listinfo/jscheme-user |