Skip to content

Instantly share code, notes, and snippets.

@insujeon
Forked from justinabrahms/.pdbrc.py
Created August 18, 2017 05:35
Show Gist options
  • Save insujeon/4e2cf3e60232013924276b955342835e to your computer and use it in GitHub Desktop.
Save insujeon/4e2cf3e60232013924276b955342835e 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