Add a snippet for PDB

This commit is contained in:
Andreas Zweili 2023-05-25 16:48:29 +02:00
parent 284ee901c0
commit 0bd48f843e

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: PDB
# key: _pdb
# --
import pdb; pdb.set_trace()