272db8af1b
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
386 B
386 B
synopsis | prs | category | credits |
---|---|---|---|
Enter the `--debugger` when `builtins.trace` is called if `debugger-on-trace` is set | 9914 | Features | 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.