mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
Add release note
This commit is contained in:
parent
8b7eb7400b
commit
4440eb54e7
9
doc/manual/rl-next/debugger-on-trace.md
Normal file
9
doc/manual/rl-next/debugger-on-trace.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue
Block a user