mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Add release note
This commit is contained in:
parent
8b7eb7400b
commit
4440eb54e7
1 changed files with 9 additions and 0 deletions
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 a new issue