1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Add release note

This commit is contained in:
Rebecca Turner 2024-02-05 13:03:08 -08:00
parent 8b7eb7400b
commit 4440eb54e7
No known key found for this signature in database

View 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.