Re: [web2py] Re: I seem to block the server if I forget about dbg.set_trace

2013-02-01 Thread Tim Richardson
On Saturday, 2 February 2013 09:42:38 UTC+11, Mariano Reingart wrote: > > Thanks you for reporting it! > > BTW, it should not block other applications, just the thread that is > serving the controller with the breakpoint code. > In fact, admin is just another web2py app, if it works, any other

Re: [web2py] Re: I seem to block the server if I forget about dbg.set_trace

2013-02-01 Thread Mariano Reingart
Thanks you for reporting it! BTW, it should not block other applications, just the thread that is serving the controller with the breakpoint code. In fact, admin is just another web2py app, if it works, any other app should work. I don't know if there is anything mac-specific going on here, but s

Re: [web2py] Re: I seem to block the server if I forget about dbg.set_trace

2013-02-01 Thread Tim Richardson
On Saturday, 2 February 2013 08:45:14 UTC+11, Tim Richardson wrote: > > You're right, on my local installation (trunk) I *can* go the admin page > and start a debug listener. > I'll try that on the Windows server. > >> >> Thanks, this works on windows too. I can not start normal apps by visiting

Re: [web2py] Re: I seem to block the server if I forget about dbg.set_trace

2013-02-01 Thread Tim Richardson
You're right, on my local installation (trunk) I *can* go the admin page and start a debug listener. I'll try that on the Windows server. > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receivi

Re: [web2py] Re: I seem to block the server if I forget about dbg.set_trace

2013-02-01 Thread Mariano Reingart
Sorry, I cannot reproduce your issue. Putting dbg.set_trace() blocks your app until your open the debbuger interaction page: http://127.0.0.1:8000/admin/debug/interact As soon as I open it, I can continue and debug it properly. If I don't open it, the page being debugged is blocked, but other pa