[google-appengine] Re: Debug Console

2009-01-17 Thread DocDay
Thanks, djidjadji. Works now. Operator trouble - my code was interfering with the url. On Jan 10, 7:03 am, djidjadji wrote: > For me it only works on the dev-server. > The production (appspot.com) server does not give an overlay. > > In your google_appengine/templates directory do you have? >

[google-appengine] Re: Debug Console

2009-01-10 Thread djidjadji
For me it only works on the dev-server. The production (appspot.com) server does not give an overlay. In your google_appengine/templates directory do you have? 1 Javascript file: logging_console.js 3 HTML files: logging_console_[footer|header|middle].html 2009/1/10 DocDay : > > Of course, and th

[google-appengine] Re: Debug Console

2009-01-10 Thread DocDay
Of course, and that's the part that isn't working. I've not seen it on either the development or the Google server. On Jan 9, 6:17 pm, djidjadji wrote: > Try this URLhttp://localhost:8080/?debug > When there is a parameter called 'debug' you get an overlay console > > 2009/1/9 DocDay : > > > > >

[google-appengine] Re: Debug Console

2009-01-09 Thread djidjadji
Try this URL http://localhost:8080/?debug When there is a parameter called 'debug' you get an overlay console 2009/1/9 DocDay : > > I've been going through the article "Logging Events in Your > Application" at http://code.google.com/appengine/articles/logging.html > > In the section entitled "Vie