A graphical debugger for python in linux.

Thaddeus L. Olczyk olczyk at interaccess.com
Thu Oct 19 02:19:24 EDT 2000


I've tried boa,idle and a few other debuggers for python on linux.
I've also found each to com with one fundamental problem.
There is no way to debug a python script with commandlin arguments.
Typically I would want to run one this way ( assuing I did not use the
proper shebang ):
python foo.py a b c
I would also lke to debug under these circumstances, but am unable
because the debuggers can't accept commandline arguments.
Can anyone help.



More information about the Python-list mailing list