Skip to content

Commit 0623f19

Browse files
jeffwidmanbrettcannon
authored andcommitted
Add pudb set trace statement to snippets (#370)
1 parent d2a3b43 commit 0623f19

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

snippets/python.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,10 @@
237237
"prefix": "pdb",
238238
"body": "import pdb; pdb.set_trace()",
239239
"description": "Code snippet for pdb debug"
240-
}
240+
},
241+
"pudb": {
242+
"prefix": "pudb",
243+
"body": "import pudb; pudb.set_trace()",
244+
"description": "Code snippet for pudb debug"
245+
},
241246
}

0 commit comments

Comments
 (0)