Tagged Questions
2
votes
2answers
2k views
ipython -pylab debugging: Can I stop the execution at a specific line and drop into the shell?
When writing python code (mostly numpy + matplotlib), I usually just type the code in vim and run the program to test it:
python2 foo.py
Occasionally, when this is not sufficient and I need to ...