aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/cheat/python
diff options
context:
space:
mode:
authorcbreton <corentin.breton@fullsave.com>2019-12-18 11:51:36 +0100
committercbreton <corentin.breton@fullsave.com>2019-12-18 11:58:58 +0100
commitecc25dcecac342a7b39376ba969f1c5ea25a8aaa (patch)
tree0ecf1c44b61b08bd2ba35bd9a01e78953ed2bf96 /dotfiles/cheat/python
parent649f04f75130b85a2c8efd10b9edee41c26d3f46 (diff)
downloaddotfiles-ecc25dcecac342a7b39376ba969f1c5ea25a8aaa.tar.xz
dotfiles-ecc25dcecac342a7b39376ba969f1c5ea25a8aaa.zip
Add more cheats
Diffstat (limited to 'dotfiles/cheat/python')
-rw-r--r--dotfiles/cheat/python11
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles/cheat/python b/dotfiles/cheat/python
index 865aa96..72506b0 100644
--- a/dotfiles/cheat/python
+++ b/dotfiles/cheat/python
@@ -65,3 +65,14 @@ pip install -e . # for install package in dev mode
# virtualenv with custom python version
mkvirtualenv projectpy2 --python=python2.7
+
+# debug tool
+
+A powerful set of Python debugging tools, based on PySnooper:
+https://github.com/alexmojaki/snoop
+
+Full-screen console debugger for Python
+https://github.com/inducer/pudb
+
+pdb++, a drop-in replacement for pdb (the Python debugger)
+https://github.com/pdbpp/pdbpp