Re: [Tutor] [tutor] debug process

2006-06-13 Thread Dave Kuhlman
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

Re: [Tutor] [tutor] debug process

2006-06-13 Thread Bob Gailer
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

Re: [Tutor] [tutor] debug process

2006-06-13 Thread Kent Johnson
[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

Re: [Tutor] [tutor] debug process

2006-06-12 Thread Wolfram Kraus
[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