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. This is probably due to the fact that stuff is compiled to byte-code on first execution, but the same is true of C#. And IIRC webpy is able to do this (I could be wrong about that though). -- 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.
