racket/collects/mztake
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
..
demos remove broken demos from mztake (fix later) 2007-08-10 02:12:14 +00:00
icons added support for stepping over and stepping out\also, rendered lists, vectors, and strings are capped at 5 levels deep and 100 elements each 2007-08-04 14:29:49 +00:00
annotator.ss added multi-file debugging support, along with some cleanup and minor improvements 2007-07-07 16:05:04 +00:00
debug-tool.ss Various aspects of the Stepper and the Debugger are 2007-09-15 16:10:39 +00:00
doc.txt
engine.ss update mztake for multi-file breakpoints 2007-08-10 02:13:35 +00:00
info.ss
load-sandbox.ss 370.2 2007-05-29 03:26:32 +00:00
marks.ss
mztake-structs.ss
mztake.ss
TODO.txt
useful-code.ss