On Apr 28, 11:50 pm, David Given <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 26/04/10 20:08, David Given wrote: > [...] > > > On 26/04/10 10:32, Thomas Broyer wrote: > > [...] > >> You can add the "emu" subfolder to the Build Path (so that package > >> declarations match folder hierarchy) and add an exclude filter > >> ("Excludes: **") so that Eclipse doesn't compile the classes to your > >> war/WEB-INF/classes. > > > Yup --- that works beautifully. Thanks! > > ...except that I can't debug through it; single-stepping into one of my > JRE emulation functions in hosted mode actually takes me into the real > JRE's version. (Although, confusingly, the debugger shows me the source > code for my one, which of course has the line numbers in the wrong place.) > > Is there a way I can run <super-source/d> code in hosted mode? It would > make testing vastly easier.
AFAICT, DevMode/HostedMode does *not* use the <super-source/>, unless maybe you compile the classes and put them before the standard JRE in your classpath. -- 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.
