Update src/compiler-debugging.md
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
27174ca131
commit
8a8bb49afa
|
|
@ -60,9 +60,7 @@ stack backtrace:
|
||||||
37: rustc_driver::run_compiler
|
37: rustc_driver::run_compiler
|
||||||
```
|
```
|
||||||
|
|
||||||
If you set `debug = true`, you will get line numbers for the stack trace.
|
If you set `debug = true`, you will get line numbers for the stack trace. Then the backtrace will look like this:
|
||||||
`debuginfo-level = 1` will also add line numbers, but `debug = true` gives
|
|
||||||
full debug info. Then the backtrace will look like this:
|
|
||||||
|
|
||||||
```text
|
```text
|
||||||
stack backtrace:
|
stack backtrace:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue