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