running pdb from within pdb
Posted
by Andrew Farrell
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Farrell
Published on 2010-06-15T20:23:59Z
Indexed on
2010/06/16
1:22 UTC
Read the original article
Hit count: 337
I'm debugging an script that I'm writing and the result of executing a statement from pdb does not make sense so my natural reaction is to try to trace it with pdb.
To paraphrase: Yo dawg, I like python, so can you put my pdb in my pdb so I can debug while I debug?
© Stack Overflow or respective owner