[Emacs] Add ipdb snippet
This commit is contained in:
parent
6f7a571c30
commit
36b3ef1d9a
5
dotfiles/emacs.d/snippets/python-mode/ipdb
Normal file
5
dotfiles/emacs.d/snippets/python-mode/ipdb
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ipdb
|
||||
# key: ipdb
|
||||
# --
|
||||
import ipdb; ipdb.set_trace()
|
Loading…
Reference in New Issue
Block a user