Skip to content

Commit c6685e7

Browse files
xliivDonJayamanne
authored andcommitted
Add ipdb snippet (microsoft#1141)
1 parent d434e3c commit c6685e7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

snippets/python.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@
228228
],
229229
"description": "Code snippet for a async with statement"
230230
},
231+
"ipdb": {
232+
"prefix": "ipdb",
233+
"body": "import ipdb; ipdb.set_trace()",
234+
"description": "Code snippet for ipdb debug"
235+
},
231236
"pdb": {
232237
"prefix": "pdb",
233238
"body": "import pdb; pdb.set_trace()",

0 commit comments

Comments
 (0)