2024-03-08 08:30:33 +00:00
|
|
|
---
|
|
|
|
synopsis: Enter the `--debugger` when `builtins.trace` is called if `debugger-on-trace` is set
|
|
|
|
prs: 9914
|
2024-05-15 02:14:58 +00:00
|
|
|
category: Features
|
|
|
|
credits: 9999years
|
2024-03-08 08:30:33 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
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.
|