
closes PR 12349, closes PR 10396 The macro stepper tool broke when DrRacket started doing expansion earlier, before eval handler gets control. This commit changes the macro stepper to just expand module contents. No REPL, no evaluation. The long-term fix might be to make the macro stepper cooperate more closely with the module language.
6 lines
176 B
Racket
6 lines
176 B
Racket
#lang setup/infotab
|
|
|
|
(define drracket-tools '(["tool.rkt"]))
|
|
(define drracket-tool-names '("Macro Stepper"))
|
|
(define scribblings '(("macro-debugger.scrbl" () (tool-library))))
|