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