From ed5eabd054113857d98f624bc96992ed4a131d28 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 17 Apr 2023 16:40:08 -0400 Subject: [PATCH] Yeahh.. maybe sticky off by default is a little better for us XD --- tractor/_debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tractor/_debug.py b/tractor/_debug.py index 1bf1e6e..cfb2121 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -161,8 +161,8 @@ class TractorConfig(pdbp.DefaultConfig): Custom ``pdbp`` goodness. ''' - # use_pygments = True - sticky_by_default = True + use_pygments = True + sticky_by_default = False enable_hidden_frames = False