From 28f8546ac5974cab9656354855b7545236d6a660 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 29 Jul 2025 14:55:18 -0400 Subject: [PATCH] Hide `_maybe_enter_pm()` frame (again?) --- tractor/devx/debug/_post_mortem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/devx/debug/_post_mortem.py b/tractor/devx/debug/_post_mortem.py index eca0cd98..32d10074 100644 --- a/tractor/devx/debug/_post_mortem.py +++ b/tractor/devx/debug/_post_mortem.py @@ -250,7 +250,7 @@ async def _maybe_enter_pm( *, tb: TracebackType|None = None, api_frame: FrameType|None = None, - hide_tb: bool = False, + hide_tb: bool = True, # only enter debugger REPL when returns `True` debug_filter: Callable[