Add link to docs
This commit is contained in:
parent
e2ab6ea729
commit
7d887f8129
|
@ -2,6 +2,8 @@ debug
|
||||||
==
|
==
|
||||||
A meta-language for debugging, based on sugar/debug from [mbutterick/sugar](https://github.com/mbutterick/sugar)
|
A meta-language for debugging, based on sugar/debug from [mbutterick/sugar](https://github.com/mbutterick/sugar)
|
||||||
|
|
||||||
|
documentation: http://pkg-build.racket-lang.org/doc/debug/index.html
|
||||||
|
|
||||||
To debug the value of an expression, simply put `debug` in front of the language at the top of
|
To debug the value of an expression, simply put `debug` in front of the language at the top of
|
||||||
the file (for instance `#lang debug racket`), and put `#R`, `#RR` or `#RRR` in front of the
|
the file (for instance `#lang debug racket`), and put `#R`, `#RR` or `#RRR` in front of the
|
||||||
expression.
|
expression.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user