On Tue, Jun 13, 2006 at 08:51:49AM +0200, Wolfram Kraus wrote:
> [EMAIL PROTECTED] schrieb:
> > Hello,
> >
> > Is there a way to debug (trace) the python code line by line?
> >
> > emily
> >
>
> Hi emily!
>
> You can use The Python Debugger or pdb, see:
> http://www.python.org/doc/2.4.2/lib/mo
Kent Johnson wrote:
[EMAIL PROTECTED] wrote:
Hello,
Is there a way to debug (trace) the python code line by
line?
There is a simple debugger included with IDLE, the editor that comes
with Python. winpdb is a nice debugger with a GUI. Pydev and Eric3 are
Python develop
[EMAIL PROTECTED] wrote:
> Hello,
>
> Is there a way to debug (trace) the python code line by
> line?
There is a simple debugger included with IDLE, the editor that comes
with Python. winpdb is a nice debugger with a GUI. Pydev and Eric3 are
Python development tools that include debuggers.
http
[EMAIL PROTECTED] schrieb:
> Hello,
>
> Is there a way to debug (trace) the python code line by line?
>
> emily
>
Hi emily!
You can use The Python Debugger or pdb, see:
http://www.python.org/doc/2.4.2/lib/module-pdb.html
HTH,
Wolfram
___
Tutor mail