aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-03-04 08:54:52 +0100
committereldritch horrors <pennae@lix.systems>2024-03-04 08:54:52 +0100
commit542a19104e5a8146284f50aae9740ca2ada5ed1e (patch)
tree5db755d8f4f7dd8b56ea4b23a025060e61c630fe /doc
parentcd654451c91088a1be8179e96865cf2aa0ea7624 (diff)
Merge pull request #9918 from 9999years/debugger-locals-for-let-expressions
Expose locals from `let` expressions to the debugger (cherry picked from commit acef4f17a2daab4ccdf656bdf229792db2f779e4) Change-Id: Ib3623254f67ac762f4e7230d625e9f87dff38a84
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/rl-next/debugger-locals-for-let-expressions.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/rl-next/debugger-locals-for-let-expressions.md b/doc/manual/rl-next/debugger-locals-for-let-expressions.md
new file mode 100644
index 000000000..736208724
--- /dev/null
+++ b/doc/manual/rl-next/debugger-locals-for-let-expressions.md
@@ -0,0 +1,9 @@
+---
+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.