mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
9 lines
289 B
Markdown
9 lines
289 B
Markdown
---
|
|
synopsis: "`--debugger` can now access bindings from `let` expressions"
|
|
prs: 9918
|
|
issues: 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.
|