racket/collects/stepper/info.rkt
2011-04-28 13:22:12 -07:00

18 lines
447 B
Racket

#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"))
(define scribblings '(("scribblings/stepper.scrbl")))