diff options
Diffstat (limited to 'snippets/python/pudb.py')
-rw-r--r-- | snippets/python/pudb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snippets/python/pudb.py b/snippets/python/pudb.py new file mode 100644 index 0000000..80b65ef --- /dev/null +++ b/snippets/python/pudb.py @@ -0,0 +1 @@ +from pudb import set_trace; set_trace() |