[wingide-users] Debugging Paste/Pylons apps with ver 3.0a2
Christopher Baus
christopher at baus.net
Sun May 20 20:56:21 MDT 2007
I'm trying to get the new threaded debugger to work with paste server and
pylons.
I wrote a little wrapper script to start the server.
from paste.script.serve import ServeCommand
myserver = ServeCommand("serve")
myserver.run(["--reload", "development.ini"])
But the debugger never seems to hit my breakpoints. What do I have to do
to debug paste applications?
More information about the wingide-users
mailing list