-
-
Save stlehmann/50b1f132b653480ad243974f763f6284 to your computer and use it in GitHub Desktop.
default pdbpp to start with sticky enabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pdb | |
class Config(pdb.DefaultConfig): | |
sticky_by_default = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment