Merge pull request #354 from igordejanovic/fix-pudb-snippet

Fix python pudb snippet
This commit is contained in:
Andrea Crotti 2019-11-14 10:44:22 +00:00 committed by GitHub
commit 9bd7d83f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# key: pudb
# group: debug
# --
import pudb; pu.db
import pudb; pudb.set_trace()