June Kim wrote: > Is it possible to move up and down in the debug stack?
You can trim the stack. If you're using the interactive debugger, it's the left pointing arrow with parallel lines to the right whose tool tip says "cut back". If you're using the command line, this is 13!:19'' To go the other direction, however, you need to re-execute the statements in question. (Which is quite reasonable in purely functional contexts, but can be something of a pain if you've not written your code that way.) -- Raul
---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
