Never mind, I worked it out :-)

I just add the following...

from pida.utils import rpdb2;
rpdb2.start_embedded_debugger_interactive_password()

... where I want my code to break, then start Zope via my project's
exec controller.

I launch the debugger, give it a password. When Zope output prompts
for the password, I supply it, then attach the debugger to my code:

attach /path/to/zope/Products/MyProduct/MyModule.py

And I'm good to go :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to