Update src/compiler-debugging.md

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Ryan Levick 2021-01-04 17:25:39 +01:00 committed by Joshua Nelson
parent 27174ca131
commit 8a8bb49afa
1 changed files with 1 additions and 3 deletions

View File

@ -60,9 +60,7 @@ stack backtrace:
37: rustc_driver::run_compiler
```
If you set `debug = true`, you will get line numbers for the stack trace.
`debuginfo-level = 1` will also add line numbers, but `debug = true` gives
full debug info. Then the backtrace will look like this:
If you set `debug = true`, you will get line numbers for the stack trace. Then the backtrace will look like this:
```text
stack backtrace: