the Python debugger "pdb"
It's a Python module used to debug Python programs.
It can set breakpoints, single step and print expressions.
It is activated automatically, when you start
"ZPublisher/Test.py" with the "-D" option.
Usually, I do not use it this way, however, as
it takes too
43
[EMAIL PROTECTED]
-Original Message-
From: Dieter Maurer [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 14, 2000 1:51 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Zope] Help Debugging External Methods
[EMAIL PROTECTED] writes:
What are my options for debugging Exte
On Tue, Oct 17, 2000 at 09:05:29PM -0700, Kapil Thangavelu wrote:
The Debugger is your friend
http://www.zope.org/Members/michel/HowTos/TheDebuggerIsYourFriend
That's a useful page -- thanks for the link.
It's interesting that the example fooMethod() function has a major
flaw, contrary to
ge-
From: Dieter Maurer [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 14, 2000 1:51 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Zope] Help Debugging External Methods
[EMAIL PROTECTED] writes:
What are my options for debugging External Methods in Zope running on
Windows N
[EMAIL PROTECTED] writes:
What are my options for debugging External Methods in Zope running on
Windows NT?
I work under Unix. Maybe my technics are not applicable for NT.
Usually, I use "print" statements for debugging purposes.
Under Unix, I can redirect "stdout" to a file and
view the