How do you break into the debugger from Python source code?

Posted by Daryl Spitzer on Stack Overflow See other posts from Stack Overflow or by Daryl Spitzer
Published on 2008-09-29T19:55:12Z Indexed on 2010/04/15 18:13 UTC
Read the original article Hit count: 545

What do you insert into Python source code to have it break into pdb (when execution gets to that spot)?

© Stack Overflow or respective owner

Related posts about python

Related posts about debugger