Skip to content

Instantly share code, notes, and snippets.

@justinabrahms
Created July 23, 2014 21:11
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save justinabrahms/44b077ee314914b3ff78 to your computer and use it in GitHub Desktop.
Save justinabrahms/44b077ee314914b3ff78 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
@floer32
Copy link

floer32 commented May 19, 2019

&& also (tangentially) relevant:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment