Re: GWT.log on GWT 2.0

2009-12-14 Thread Rajeev Dayal
...@gmail.com wrote: I have just done the following: 1. Download the GWT 2.0 2. Call 'GWT.log(debug, null);' 3. Run it on my Eclipse-Galileo 4. Open Firefox 3.5.5 5. http://localhost:/foo.html. My page shows up as expected 6. Turn on Firebug 1.4.5 7. Enable Firebug console 8. Refresh I don't

GWT.log on GWT 2.0

2009-12-12 Thread Pion
I have just done the following: 1. Download the GWT 2.0 2. Call 'GWT.log(debug, null);' 3. Run it on my Eclipse-Galileo 4. Open Firefox 3.5.5 5. http://localhost:/foo.html. My page shows up as expected 6. Turn on Firebug 1.4.5 7. Enable Firebug console 8. Refresh I don't see any debug

Re: GWT.log on GWT 2.0

2009-12-12 Thread Shawn Brown
Where did the GWT.log() output go on GWT 2.0? I see it in the Developer Mode console under the tab for my app that appears after I hit launch default browser. What did I do wrong? Not sure but to log in firebug I use: http://code.google.com/p/gwt-log/ Shawn -- You received this message