PyCodebug Blog
Python script coding editor that debugs as you write
Status: Alpha
Brought to you by:
photoneffect
While working on the project, it occurred to me that in addition to collecting variable values, I can also collect exceptions and errors, and display them.
The code now includes support for this, marking error lines with red background and adding a call-out balloon with the error message.
This should help with those pesky typos that are discovered during run-time.