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
323 B
323 B
synopsis, prs, issues, category, credits
| synopsis | prs | issues | category | credits |
|---|---|---|---|---|
| `--debugger` can now access bindings from `let` expressions | 9918 | 8827 | Fixes | 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.