forked from goodboy/tractor
1
0
Fork 0

TOSQUASH 4759e30: turn it ON i guess? XD

proper_breakpoint_hooking
Tyler Goodlet 2023-04-20 19:14:14 -04:00
parent f65ed12c21
commit 0fe4ce5432
1 changed files with 1 additions and 1 deletions

View File

@ -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):