racket/collects/stepper/info.ss
2008-03-03 22:04:28 +00:00

16 lines
392 B
Scheme

#lang setup/infotab
(define tools '(("stepper+xml-tool.ss")
;; ("debugger-tool.ss")
))
(define tool-names (list "The Stepper"
;; "The Debugger"
))
(define tool-icons (list '("foot-up.png" "icons")
;; #f
))
(define compile-omit-paths '("debugger-tool.ss"))