Hi, I'm using exactly this way. After I run application in debug mode, the first line (the import statement) has a debug cursor (it's stopped), I click to continue and this is the last interaction with debugger. I don't know if the threads are causing this. I tried to find on the net how to disable any threading making server synchronous for debugging, but I found nothing.
How others are developing applications using pylons? On Tue, Jun 15, 2010 at 11:14 PM, Wyatt Baldwin <[email protected]> wrote: > On Jun 15, 10:35 am, Petr Kobalíček <[email protected]> wrote: >> Hi, >> >> I removed "--reload" and now it's possible to run application using >> netbeans, but I can't debug anything. If I add breakpoint somewhere it >> will never stop execution and each time I start server it never stops. > > How did you execute your script? If you go to the Debug menu and > select 'Debug File', you should be able to use breakpoints. > > -- > 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. > > -- Best regards - Petr Kobalicek <http://kobalicek.com> -- 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.
