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).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to