Skip to content

Commit 4b9222d

Browse files
committed
Add 'ipdb' snippets
1 parent b523ac7 commit 4b9222d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

snippets/python.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"ipdb_python_debugger": {
3+
"prefix": "ipdb",
4+
"body": [
5+
"import ipdb; ipdb.set_trace() # noqa",
6+
"$0"
7+
],
8+
"description": "Add ipdb debugger command"
9+
},
210
"odoo_manifest": {
311
"prefix": "oman",
412
"body": [

0 commit comments

Comments
 (0)