diff --git a/debug/scribblings/debug.scrbl b/debug/scribblings/debug.scrbl index ed92f04..8a44ad7 100644 --- a/debug/scribblings/debug.scrbl +++ b/debug/scribblings/debug.scrbl @@ -1,5 +1,9 @@ #lang scribble/manual +@(require (for-label racket/base + debug/repl + )) + @title{debug} source code: @url{https://github.com/AlexKnauth/debug}