summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pdb-set-trace
blob: 95e2dd7568e71bddcd210c942b1a2e94cee7adb5 (plain)
1
2
3
4
# -*- mode: snippet -*-
# key: pst
# --
import ipdb as pdb; pdb.set_trace()$0