...only on new line

This commit is contained in:
Pavel Puchkin 2012-05-05 18:11:13 +11:00
parent 4f80d6c084
commit 6f223dcd3f

View File

@ -421,7 +421,7 @@ endsnippet
# Assertions & Tests #
#####################
snippet pdb "Set PDB breakpoint"
snippet pdb "Set PDB breakpoint" b
import pdb; pdb.set_trace()
endsnippet