mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
10 lines
360 B
Markdown
10 lines
360 B
Markdown
|
---
|
||
|
synopsis: Enter the `--debugger` when `builtins.trace` is called if `builtins-trace-debugger` is set
|
||
|
prs: 9914
|
||
|
---
|
||
|
|
||
|
If the `builtins-trace-debugger` option is set and `--debugger` is given,
|
||
|
`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.
|