Something which might be connected: is it normal that for each change I make to the code I need to compile again everything? Now the whole recompilation takes 40 seconds, so it's becoming a bit of nuisance... :| If I don't recompile, changes are not seen, neither on the "server" code, nor on the "client"...
Any ideas? Thank you in advance! On Wednesday, December 5, 2012 9:45:14 AM UTC+1, dcheeky77 wrote: > > Hello! > > It might be a stupid quetsion, but: > I started a simple project in GWT, developed forms in package *.client.gui > and debugged with no problems (I'm using Eclipse Juno and its Google > plugin, and I'm in development mode), even the client code (the Java > version, I mean). After one change I made on the GUI the "client" code was > ignored by the debugger (actually ran, the results appeared, but it simply > didn't stop on the breakpoints). > Thinking I made something wrong in the code I reverted to the previous > "breakpoint-able" version, but since then I cannot debug my "client" code. > I figure it might be some environemnt setting, but I really can't figure > out what nor can I be more specific on the problem :| > Does any of you have an idea of waht that might be? > > Thank you very much in advance! > > BTW: The server code stops correctly at breakpoints > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/KtBWm-OgUH8J. 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.
