From 0fe4ce5432f591e6801e8b7d8ea14ebe45becd7b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 20 Apr 2023 19:14:14 -0400 Subject: [PATCH] TOSQUASH 4759e30: turn it ON i guess? XD --- tractor/_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_debug.py b/tractor/_debug.py index 9d7b170..a48cc8a 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -167,7 +167,7 @@ class TractorConfig(pdbp.DefaultConfig): # much thanks @mdmintz for the hot tip! # fixes line spacing issue when resizing terminal B) - truncate_long_lines = False + truncate_long_lines = True class MultiActorPdb(pdbp.Pdb):