On Feb 25, 3:10 pm, Matt Feifarek <[email protected]> wrote:
> Maybe this will help:
>
> http://www.wingware.com/doc/debug/remote-debugging
>
> (Remote Debugging)

I followed these (much simpler) instructions:

http://www.wingware.com/doc/howtos/paste-pylons

Basically, it boils down to:

"""
Place the following in a file that you add to your project and set as
the main debug file:

from paste.script.serve import ServeCommand
ServeCommand("serve").run(["development.ini"])

"""

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to