Hi, I'm developing a GWT app in intellij with chromium as my browser. The application is behind an openid login JSP. This app runs stand-alone in jetty. However, when I try to run it from intellij, it doesn't seem to work as expected. The openid login page doesn't render correctly and I can't go beyond this page into the app.
This is a problem because I have exceptions being thrown, but they are obfuscated. To make sense of them I need the unscrambled stack view you get during development mode. There's a limit to how much debug logging I can usefully put in the client. I think the problem is that I have a mixed GWT+JSP app. Is there a way to usefully debug this kind of application? Thanks, Matthew -- Dr Matthew Pocock Integrative Bioinformatics Group, School of Computing Science, Newcastle University mailto: [email protected] gchat: [email protected] msn: [email protected] irc.freenode.net: drdozer skype: matthew.pocock tel: (0191) 2566550 mob: +447535664143 -- 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.
