On Jul 28, 12:46 am, rb <[email protected]> wrote:
> learn some of Winpdb so I think I will switch from eclipse to SPE and
> Winpdb, *after* I can figure out this bizarre password thing it does -
> apparently you must decorate your code with a password and then Winpdb
> can find it. I haven't gotten it to work yet.
To use winpdb you just add
import rpdb2; rpdb2.start_embedded_debugger('any_password')
to your code where you want to start debugging.
This will effectively pause your app until you start winpdb and do
File > Attach
with the given password to find your waiting process,
from there is just regular debugging.
No decorator (in the python sense), no bizarre-ness.
Hope this helps.
To the main question:
Windows (server 2003 & XP) + web2py source
No IDE, just PSPad editor
winpdb when required
moving from built-in cherrypy to Apache+SSL+WSGI
Denes.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---