Table of Contents
A specialized version of the python debugger that redirects stdout to a given stream when interacting with the user. Stdout is not redirected when traced code is executed.
__init__ ( self, out )
trace_dispatch ( self, *args )