[web2py] Re: Integrated Development Environment with web2py

2012-12-05 Thread Chris
On Sunday, December 2, 2012 10:20:28 AM UTC-5, dlypka wrote: > > One GOTCHA I found with WING IDE is that you must delete all .pyc files > before running, in order to have it correctly > stop on your breakpoints in non-module code, in the case where such .py > source has been subsequently modif

[web2py] Re: Integrated Development Environment with web2py

2012-12-02 Thread dlypka
One GOTCHA I found with WING IDE is that you must delete all .pyc files before running, in order to have it correctly stop on your breakpoints in non-module code, in the case where such .py source has been subsequently modified after the .pyc was created. For code that is in a module, the breakpo

[web2py] Re: Integrated Development Environment with web2py

2012-11-24 Thread Massimo Di Pierro
Please post the details. :-) On Saturday, 24 November 2012 05:14:52 UTC-6, Chris wrote: > > Since my original post, I've found a way to use Wing IDE reliably for > remote servers. > > If anyone has need of this, write back and I will post the details. > > > On Friday, June 8, 2012 11:44:33 AM UTC

[web2py] Re: Integrated Development Environment with web2py

2012-11-24 Thread Chris
Since my original post, I've found a way to use Wing IDE reliably for remote servers. If anyone has need of this, write back and I will post the details. On Friday, June 8, 2012 11:44:33 AM UTC-4, Chris wrote: > > Wing is indeed a great tool. I use it for local-machine debugging all the > tim

[web2py] Re: Integrated Development Environment with web2py

2012-06-08 Thread Chris
Wing is indeed a great tool. I use it for local-machine debugging all the time and it has been a godsend. Question -- has anyone had luck setting up Wing for remote debugging of web2py processes on a different machine? I have been able to remotely debug simple Python scripts, but when I put t