dotfiles/.emacs.d/snippets/python-mode/ipdb

5 lines
84 B
Text

# -*- mode: snippet -*-
# name: ipdb
# key: ipdb
# --
import ipdb; ipdb.set_trace()