This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pinkisntwell
Recipients pinkisntwell
Date 2008-10-10.08:53:36
SpamBayes Score 0.020760046
Marked as misclassified No
Message-id <1223628877.95.0.314236437557.issue4097@psf.upfronthosting.co.za>
In-reply-to
Content
I just got an exception and the traceback wouldn't go all the 
way to the statement that threw the exception. I found that out 
by using the debugger.

Contrast the traceback:

http://tinyurl.com/5xglde

with the debugger output (notice the arrow pointing to the last 
statement the traceback showed and how the execution went on 
beyond it):

http://tinyurl.com/3fjgrl
History
Date User Action Args
2008-10-10 08:54:38pinkisntwellsetrecipients: + pinkisntwell
2008-10-10 08:54:37pinkisntwellsetmessageid: <1223628877.95.0.314236437557.issue4097@psf.upfronthosting.co.za>
2008-10-10 08:53:37pinkisntwelllinkissue4097 messages
2008-10-10 08:53:36pinkisntwellcreate