aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/debugger-on-trace.md
blob: 131d85377ccd3f0c4432aa7ba6cf2be77eae5067 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
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.