Update src/compiler-debugging.md

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Olivier FAURE 2020-11-11 14:58:56 +00:00 committed by Joshua Nelson
parent 4da49360a6
commit 7497da24ca
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ These crates are used in compiler for logging:
* [env-logger] * [env-logger]
[log]: https://docs.rs/log/0.4.6/log/index.html [log]: https://docs.rs/log/0.4.6/log/index.html
[env-logger]: https://docs.rs/env_logger/0.8.1/env_logger/ [env-logger]: https://docs.rs/env_logger
The compiler has a lot of `debug!` calls, which print out logging information The compiler has a lot of `debug!` calls, which print out logging information
at many points. These are very useful to at least narrow down the location of at many points. These are very useful to at least narrow down the location of