Skip to content

Commit 4b023ef

Browse files
authored
Merge pull request DonJayamanne#247 from robsonpeixoto/patch-1
Add pdb snippet
2 parents 59e3c95 + 4646b00 commit 4b023ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

snippets/python.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,10 @@
227227
"\t${block}"
228228
],
229229
"description": "Code snippet for a async with statement"
230+
},
231+
"pdb": {
232+
"prefix": "pdb",
233+
"body": "import pdb; pdb.set_trace()",
234+
"description": "Code snippet for pdb debug"
230235
}
231-
}
236+
}

0 commit comments

Comments
 (0)