nix-super/doc/manual/rl-next/debugger-on-trace.md

10 lines
348 B
Markdown
Raw Normal View History

2024-02-05 23:03:08 +02:00
---
synopsis: Enter the `--debugger` when `builtins.trace` is called if `debugger-on-trace` is set
2024-02-05 23:03:08 +02:00
prs: 9914
---
If the `debugger-on-trace` option is set and `--debugger` is given,
2024-02-05 23:03:08 +02:00
`builtins.trace` calls will behave similarly to `builtins.break` and will enter
the debug REPL. This is useful for determining where warnings are being emitted
from.