[EMAIL PROTECTED] writes:
> is there something like an automatic debugger module available in
> python? Say if i enable this auto debugger, it is able to run thru the
> whole python program, print variable values at each point, or print
> calls to functions..etc...just like the pdb module, but now it's
> automatic.

Dunno about Python but www.askigor.com automatically finds
the bugs in C programs.  It's amazing.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to