1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 05:26:02 +01:00
nix/doc/manual/rl-next/debugger-locals-for-let-expressions.md
2024-02-05 13:15:29 -08:00

289 B

synopsis prs issues
`--debugger` can now access bindings from `let` expressions 9918 8827.

Breakpoints and errors in the bindings of a let expression can now access those bindings in the debugger. Previously, only the body of let expressions could access those bindings.