Skip to content

Instantly share code, notes, and snippets.

@stlehmann
Forked from justinabrahms/.pdbrc.py
Created November 29, 2016 07:46
Show Gist options
  • Save stlehmann/50b1f132b653480ad243974f763f6284 to your computer and use it in GitHub Desktop.
Save stlehmann/50b1f132b653480ad243974f763f6284 to your computer and use it in GitHub Desktop.
default pdbpp to start with sticky enabled
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