On 2/16/10 08:26 , Jamie wrote:
I know that the answer is probably "no", but I wanted to ask it
anyhow.  I'm trying to find an IDE that works well with Pylons and
currently evaluating both Wing and Komodo.  I was spoiled years ago by
Visual Studio's awesome debugging features and was hoping to get as
close that as possible.

My biggest hurdle now is that adding breakpoints or minor code edits
require me to manually restart Paste.  On my modestly-powered Windows
notebook, each server restart takes about 10-15 seconds.  It doesn't
sound like much, but when I'm hunting down a bug, I can spend more
time waiting to type code than I am actually typing.

I can at least recommend this:

   paste serve --reload

That will autotomatically restart paste if a source file or the .ini file changes, so at least you won't have to restart it manually.

Wichert.

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