aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/debugger-locals-for-let-expressions.md
blob: 3f03523271f94427feb40852f2c1cb0d8c9bc0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
---
synopsis: "`--debugger` can now access bindings from `let` expressions"
prs: 9918
issues: 8827
category: Fixes
credits: 9999years
---

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.