On 31 jan, 22:21, Christoph Haas <[EMAIL PROTECTED]> wrote:
> Hi, $ALL...
>
> I'm currently trying to rewrite the webhelpers.pagination module and
> sometimes find it hard to understand what each variable is set to and even
> what type it is. Sure, I can "raise" exceptions all the time as a poor
> man's way to debug the application. But SPE or Eric3 already offer a good
> debugger. Has anyone tried to write Pylons applications with such an IDE?
> My problem seems to be that I actually need to run "paster" from the IDE
> and that seems to confuse it, because it's not a file in my project. I
> also tried to copy /usr/bin/paster into my projects directory but Eric3
> insists that it cannot run it either.

Python ships with a CLI debugger - the pdb module.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to