This does not add missing release notes, and it doesn't do anything about the profiles feature we would really like to have so we can have consistent credit. Change-Id: I72a6f7acfcff85f380be17dac76501a6f4693776
11 lines
323 B
Markdown
11 lines
323 B
Markdown
---
|
|
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.
|