Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Feb 8, 2024
1 parent 8b7eb74 commit 4440eb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/manual/rl-next/debugger-on-trace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
synopsis: Enter the `--debugger` when `builtins.trace` is called if `builtins-trace-debugger` is set
prs: 9914
---

If the `builtins-trace-debugger` 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.

0 comments on commit 4440eb5

Please sign in to comment.