RE: [Zope] Help Debugging External Methods

2000-10-23 Thread Dieter Maurer
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

Re: [Zope] Help Debugging External Methods

2000-10-18 Thread Fred Yankowski
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 wh

Re: [Zope] Help Debugging External Methods

2000-10-18 Thread Kapil Thangavelu
MSI-SD&I > 509.376.6343 > [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 Meth

RE: [Zope] Help Debugging External Methods

2000-10-16 Thread Robert_J_Roberts
343 [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 debugg

Re: [Zope] Help Debugging External Methods

2000-10-14 Thread Dieter Maurer
[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 ou

[Zope] Help Debugging External Methods

2000-10-13 Thread Robert_J_Roberts
What are my options for debugging External Methods in Zope running on Windows NT? Is there ANY way to get the external method to run in a DOS window that I can watch? What little tricks/techniques have others use to make debugging external methods easier/possible? Thanks, Robert J. Roberts LMS