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
386 B
Markdown
11 lines
386 B
Markdown
---
|
|
synopsis: Enter the `--debugger` when `builtins.trace` is called if `debugger-on-trace` is set
|
|
prs: 9914
|
|
category: Features
|
|
credits: 9999years
|
|
---
|
|
|
|
If the `debugger-on-trace` option is set and `--debugger` is given,
|
|
`builtins.trace` calls will behave similarly to `builtins.break` and will enter
|
|
the debug REPL. This is useful for determining where warnings are being emitted
|
|
from.
|