forked from lix-project/lix
eldritch horrors
542a19104e
Expose locals from `let` expressions to the debugger (cherry picked from commitacef4f17a2
) Change-Id:Ib3623254f67ac762f4e7230d625e9f87dff38a84
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.