I managed to use firebuglite. Changed FireBugLogHandler to use in native JSNI methods:
top.console.info(); instead of window.console.info(); I don't really know why it's working because console should be in the same html application as gwt application. Any thought? On 14 Gen, 18:43, Ramon Salla <[email protected]> wrote: > Not working either. Some thoughts: > > a) with a simple html (no gwt) with a html button with > console.info("info") works in firebug lite, chrome console and ie8 > console. > > b) Enabling a simple vanilla gwt application with a jsni method with > console.info("info") only works in chrome console. > > c) Inheritting new gwt logging api <inherits > name='com.google.gwt.logging.Logging'/> and using the same jsni code > only works in chrome (as b) ) > > d) So, no console neither ie8 nor firebuglite... what do do? > > Ramon. > > On 14 Gen, 11:01, Thomas Broyer <[email protected]> wrote: > > > > > > > > > AFAIK, IE8 has a console.log(), so maybe in this case Firebug lite doesn't > > (cannot?) use its own implementation. Have you checked the IE Developer > > Tools' console? (hit the F12 key to bring them up) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
