16 lines
392 B
Racket
16 lines
392 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"))
|