eldritch horrors
f2e11ddce1
Enter debugger on `builtins.trace` with an option
(cherry picked from commit 774e7ca5847ebc392eac2a124a8f12b24da4f65a)
Change-Id: If01e2110b3a128e639b05143227e365227d149f1
348 B
348 B
synopsis | prs |
---|---|
Enter the `--debugger` when `builtins.trace` is called if `debugger-on-trace` is set | 9914 |
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.