diff --git a/tractor/_debug.py b/tractor/_debug.py index c3c3aed..90b3ea7 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