File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,9 @@ Debugging
9494Debugging works like you'd expect. You just use pdb, ipdb or pudb (ipdb
9595and pudb seem to have a tendency not to work under the dev_appserver,
9696but pdb is just fine). Rule is, use ipbd or pudb if you want to debug
97- something that's called by a test, pdb for a live web application. Worst
98- case scenario is that you just need to edit a little more. You can also
97+ something that's called by a test (run something like `pudb
98+ .env/bin/nosetests`), pdb for a live web application. Worst case
99+ scenario is that you just need to edit a little more. You can also
99100easily use iPython to explore your ideas before you commit them to code.
100101
101102![ ipython prompt and ipdb in a test]
You can’t perform that action at this time.
0 commit comments