DenesL
unread,Dec 2, 2008, 11:19:23 AM12/2/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py Web Framework
So far so good, but not enough usage for a definitive answer.
Some notes:
- Default installation of both packages (winpdb & wxPython unicode
version) ran smoothly on win2003 and XP.
- Insert the following statement in your code to trace it:
import rpdb2; rpdb2.start_embedded_debugger('password')
Call the func from the browser (it will "hang") then start winpdb and
using File/Attach enter the password from above, select the waiting
code and you can use the trace controls (next, step into, etc.).
To see current values enter eval(x) on the command line at the bottom.
You can also use exec.
- I keep waiting for a timeout to happen but as I said, I haven't used
it enough (yet).