[web2py] Re: Eclipse+Pydev+GAE+Debugging

2011-11-20 Thread Constantine Vasil
I spend a lot of time to figure out what is wrong. Part of the issue is Eclipse+Pydev cannot find the path to files. This happens because I have two separate web2y source projects under Eclipse - one with trunk, one with release. What I discovered: made a module, imported it from a controller, th

[web2py] Re: Eclipse+Pydev+GAE+Debugging

2011-11-20 Thread Nico de Groot
Not yet, I assumed running GAE locally wouldn't change debugging, but I will check (read: should have checked) this, unfortunately I don't have time for it this week. Maybe current GAE users can confirm/solve/document the problem? Nico de Groot

[web2py] Re: Eclipse+Pydev+GAE+Debugging

2011-11-19 Thread Constantine Vasil
have you tried with GAE?

[web2py] Re: Eclipse+Pydev+GAE+Debugging

2011-11-19 Thread Nico de Groot
I'm using PyDev (latest) with debugging all the time, putting breakpoints at the controller or inside the controller code just works for me. I'm using Windows 7, Eclipse Helios with Aptana, no problems with earlier Eclipse without Aptana) I just start web2py.py inside Eclipse (right-click, Debu

[web2py] Re: Eclipse+Pydev+GAE+Debugging

2011-11-19 Thread Constantine Vasil
>controllers never get imported What do you suggest to solve this? I mention when debugger comes to controllers it compiles them and also every time when a view is requested. That is not needed because GAE compiles them before uploading to Google anyway. Are there a way to switch of the compilat