|
Re: [plt-scheme] debugging [mini rant]: msg#00546plt-scheme
On Jul 28, Mike Eggleston wrote: > I've not looked at the code yet... is there nothing like a main loop > for REPL that could be stepped if a command line -d flag is given, > and if given this stepping could print the current sexp and accept a > 'n' for next, 'c' for continue, or 'p' for executing an arbitrary > sexp? Making it work with a command line flag is similar to making errortrace work with it. The thing is that when you use the debugger it will "annotate" your code by adding its own code into yours, and that code is what makes values visible etc. So you need to arrange for something similar on a command-line interface. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _________________________________________________ For list-related administrative tasks: http://list.cs.brown.edu/mailman/listinfo/plt-scheme
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |