From: Ken A. <kan...@us...> - 2004-11-12 00:38:04
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1435/src/jsint Modified Files: BacktraceException.java Log Message: A nicer backtrace that relies on scheme code. It only tries once to load it, because otherwise you have an infinte loop in the debugger, which is a bad day. |