diff options
Diffstat (limited to 'doc/manual/rl-next/debugger-on-trace.md')
-rw-r--r-- | doc/manual/rl-next/debugger-on-trace.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/manual/rl-next/debugger-on-trace.md b/doc/manual/rl-next/debugger-on-trace.md deleted file mode 100644 index 131d85377..000000000 --- a/doc/manual/rl-next/debugger-on-trace.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -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. |