From 1146ebafc865056c9a6e15d2cb839b2fd9187630 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sun, 31 Mar 2019 13:12:25 -0400 Subject: [PATCH] Update python_cool_tricks.md --- python_ruby_and_bash/python_cool_tricks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_ruby_and_bash/python_cool_tricks.md b/python_ruby_and_bash/python_cool_tricks.md index db5d912..2d12f45 100644 --- a/python_ruby_and_bash/python_cool_tricks.md +++ b/python_ruby_and_bash/python_cool_tricks.md @@ -22,6 +22,8 @@ This imports a Python file and runs the debugger automatically. This is useful f `python -m pdb ` +Refer to this [Python Debugger cheatsheet](https://kapeli.com/cheat_sheets/Python_Debugger.docset/Contents/Resources/Documents/index) if you are not familiar with the Python Debugger. + ---- ## Shell to Terminal