Getting stack trace from a running Python application

Posted by Sebastjan Trepca on Stack Overflow See other posts from Stack Overflow or by Sebastjan Trepca
Published on 2008-09-25T08:06:06Z Indexed on 2010/04/02 23:33 UTC
Read the original article Hit count: 222

Filed under:
|
|

I have this Python application that gets stuck from time to time and I can't find out where.

Is there any way to signal Python interpreter to show you the exact code that he's running (somekind of stacktrace on-the-fly)?

© Stack Overflow or respective owner

Related posts about python

Related posts about stacktrace