2024-03-04 07:54:52 +00:00
|
|
|
---
|
|
|
|
synopsis: "`--debugger` can now access bindings from `let` expressions"
|
|
|
|
prs: 9918
|
2024-03-26 16:24:58 +00:00
|
|
|
issues: 8827
|
2024-03-04 07:54:52 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
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.
|