Skip to content

Commit 4646b00

Browse files
Add pdb snippet
1 parent 59e3c95 commit 4646b00

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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)