diff --git a/snippets/python.json b/snippets/python.json index a2ba028d931d..778eea714ebc 100644 --- a/snippets/python.json +++ b/snippets/python.json @@ -237,5 +237,10 @@ "prefix": "pdb", "body": "import pdb; pdb.set_trace()", "description": "Code snippet for pdb debug" - } + }, + "pudb": { + "prefix": "pudb", + "body": "import pudb; pudb.set_trace()", + "description": "Code snippet for pudb debug" + }, }