racket/collects/gui-debugger/info.ss
Greg Cooper 25a6c70202 various changes
- 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
2008-02-24 05:43:13 +00:00

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")))