The Racket repository
Go to file
Mike Sperber ef1cb082dd Various aspects of the Stepper and the Debugger are
language-sensitive.  In the past, both looked at the name of the
language level and were thus were hardwired to certain behavior.  Move
some of those settings into the language level itself:

- whether the stepper is supported (default #f)
- whether the debugger is supported (default #t)
- the print conversion of values for the stepper

This allows other language levels such as the DMdA levels to support
the stepper and not support the debugger.

svn: r7346
2007-09-15 16:10:39 +00:00
collects Various aspects of the Stepper and the Debugger are 2007-09-15 16:10:39 +00:00
doc 371.2 2007-09-02 17:39:32 +00:00
man/man1 first check-in of t2p code after svn 2007-06-10 20:34:24 +00:00
src fix --enable-{lib,user}fw configure option 2007-09-12 23:50:18 +00:00