We extend the standard eclipse java launch configurations to add some program arguments. We don't do anything special. It should work just like debugging a desktop app in eclipse. The only think that I could think to try would be to use a regular java launch configurations and see if it has the same problem. The following link talks about how to do that, http://code.google.com/webtoolkit/doc/1.6/DevGuideCompilingAndDebugging.html#DevGuideHostedMode .
On Wed, May 20, 2009 at 8:10 AM, sfeinst <[email protected]> wrote: > > On May 19, 4:40 pm, Miguel Méndez <[email protected]> wrote: > > Wow. That seems pretty strict. Seems like you should be able to get a > > waiver for that... otherwise it's a productivity killer. > > > > I'm not that familiar with the security app, but it usually asks if I > want to allow app A to run app B (and even does that for eclipse > originally), but there is something about the debugger for web apps > that it is not even asking about it. Just denying the request. Since > I can debug desktop apps, I have to assume it is related to how the > debugger is being called for web apps (is this a GWT thing or is it > the same for debugging straight JSP apps as well - I don't know). > > > -- Miguel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
