Re: [Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-16 Thread Ross Patterson
>> You should really try using a editor/IDE that automatically shows the >> corresponding code along side the debugger, like Emacs' gud-mode which >> can be invoked with "M-x pdb". It rocks! > > I do that sometimes, but I lack sufficient wizardry to make it > work with through-the-web scripts :-)

Re: [Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-15 Thread Chris Withers
Simon Michael wrote: Also hail Ross and hail Chris. I didn't know about that trick for debugging restricted code with source. Damn, I need to get better visibility for the tools I write :-S What am I doing wrong? I'm astounded that more people don't using MailingLogger, given the huge numb

Re: [Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-15 Thread Chris Withers
Paul Winkler wrote: Unfortunately zdb doesn't appear to work with zope 2.9 / python 2.4. I'll file a bug report with Chris. It works great with zope 2.8 / python 2.3. I'll try and fix this today... Chris ___ Zope-Dev maillist - Zope-Dev@zope.org ht

[Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Simon Michael
Paul Winkler wrote: All hail Ken Manheimer, pdbtrack is very cool. HAIL! Also hail Ross and hail Chris. I didn't know about that trick for debugging restricted code with source. ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mail

Re: [Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Paul Winkler
On Tue, Mar 14, 2006 at 01:07:48PM -0800, Ross Patterson wrote: > Oooh! I'd love that. I'll look into it. > > You should really try using a editor/IDE that automatically shows the > corresponding code along side the debugger, like Emacs' gud-mode which > can be invoked with "M-x pdb". It rocks!

Re: [Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Ross Patterson
> I've only just tried PDBDebugMode, very handy since you don't have > to put set_trace() in your code (and remember to remove it). Glad you like it :) > I have also sometimes used Chris Withers' "zdb" product, > http://www.simplistix.co.uk/software/zope/zdb, > which has some overlap in that it

Re: [Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Paul Winkler
On Tue, Mar 14, 2006 at 12:56:33PM -0500, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ross Patterson wrote: > > http://www.zope.org/Members/rossp/PDBDebugMode > > > > PDBDebugMode - PDB post-mortem debugging on exceptions when debug-mode=on (snip) > Way cool! What wo

[Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross Patterson wrote: > http://www.zope.org/Members/rossp/PDBDebugMode > > PDBDebugMode - PDB post-mortem debugging on exceptions when debug-mode=on > > If a relevant error log object is found, exceptions included in the > error log's ignored excepti