mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Add documentation, rename to debugger-on-trace
This commit is contained in:
parent
4440eb54e7
commit
b111fba8cd
3 changed files with 17 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
synopsis: Enter the `--debugger` when `builtins.trace` is called if `builtins-trace-debugger` is set
|
||||
synopsis: Enter the `--debugger` when `builtins.trace` is called if `debugger-on-trace` is set
|
||||
prs: 9914
|
||||
---
|
||||
|
||||
If the `builtins-trace-debugger` option is set and `--debugger` is given,
|
||||
If the `debugger-on-trace` 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue