Re: [web2py] Debugging with uWSGI

2011-10-16 Thread Roberto De Ioris
> I want to get dubugging setup, and the main options I see are using > winpdb, pydev, or wingide. But all the examples I see are to debug the > web2py.py app when it is run and the debugger grabs the process. But I > am using the cherokee webserver with uWSGI, so how would U use it in > this way?

[web2py] Debugging with uWSGI

2011-10-15 Thread luckysmack
I want to get dubugging setup, and the main options I see are using winpdb, pydev, or wingide. But all the examples I see are to debug the web2py.py app when it is run and the debugger grabs the process. But I am using the cherokee webserver with uWSGI, so how would U use it in this way? I want it