Hey everyone. I just upgraded to GWT 2.0 today, all my code still compiles, I clicked run and it said "hey browse to this place with any browser!" and I did, and everything looked groovy.
Then I go and try to fix a bug. I throw in a quick logging statement, like I used to in Hosted Mode in 1.7, I started with a System.out.println, figuring it would print to the console. No dice, I only get console logs from server-side code, not java-side code. Well, okay. Back to the previous system: Window.alert(...)...Also, no dice. For some reason, in Development mode, Window.alert isn't working - nothing pops up. I can compile and deploy live and it works great. I tried to poke around online, but I found nothing, but I did notice that the conversations about RC2 talk about needing a Browser GWT Plugin. Neither Chrome nor FF asked me to install a plugin, they just "worked" ... Am I missing something? How can I install the plugin if it doesn't ask? Is the plugin still necessary? How would my browsers *mostly* work without it? I am so confused by this. Also, just to make sure, is the "Development Mode" tab in Eclipse the tab that my logging statements should be going to? That's what I'm gathering, but I wanted to double check there wasn't some other view I somehow disabled and that's my problem? Thanks a bunch! -nathan -- 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.
