mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
289 B
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.