Re: IDEs and Pylons applications

2007-02-02 Thread Jose Galvez
Dear jj, I tried to use your code below, and it basically crashes the controller. How do you use it to debug a pylons app? When I run it I get a Pdb consul where I can get variable results and stuff like that, but I can't figure out how to make it close and go on executing my controller. Thanks

Re: IDEs and Pylons applications

2007-02-02 Thread Shannon -jj Behrens
Type continue to keep going. Use help to learn about other commands. Best Regards, -jj On 2/2/07, Jose Galvez [EMAIL PROTECTED] wrote: Dear jj, I tried to use your code below, and it basically crashes the controller. How do you use it to debug a pylons app? When I run it I get a Pdb consul

Re: IDEs and Pylons applications

2007-02-02 Thread Jose Galvez
WOW thats so cool, thanks Jose On 2/2/07, Shannon -jj Behrens [EMAIL PROTECTED] wrote: Type continue to keep going. Use help to learn about other commands. Best Regards, -jj On 2/2/07, Jose Galvez [EMAIL PROTECTED] wrote: Dear jj, I tried to use your code below, and it basically

Re: IDEs and Pylons applications

2007-02-01 Thread [EMAIL PROTECTED]
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

Re: IDEs and Pylons applications

2007-02-01 Thread Shannon -jj Behrens
On 1/31/07, 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

Re: IDEs and Pylons applications

2007-02-01 Thread Jose Galvez
Has anyone ever used winpdb to debug pylons? anyone know how I might use it to debug my controllers? Jose Christoph Haas 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

IDEs and Pylons applications

2007-01-31 Thread Christoph Haas
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

Re: IDEs and Pylons applications

2007-01-31 Thread Jose Galvez
I know this isn't helpful, but I use spe all the time and would love to see how to use the debugger tools with it and pylons. hopefully someone whoes figured it out will post some good advice Jose --~--~-~--~~~---~--~~ You received this message because you are