
- use an editor-snip% to make frtime's value rendering work correctly (though not as prettily) when several snips are embedded within a data structure - fix frtime's choice, radio-box, and list-box widgets - improve debugger's handling of variables, etc. - allow HtDP languages to enable the debugger, and do so for Advanced language svn: r8780
7 lines
199 B
Scheme
7 lines
199 B
Scheme
#lang setup/infotab
|
|
|
|
(define name "Graphical Debugger")
|
|
(define tools '(("debug-tool.ss")))
|
|
(define tool-names '("Graphical Debugger"))
|
|
(define tool-icons '(("icon-big.png" "gui-debugger" "icons")))
|