Any way to get the same sort of debugging support in compile mode as in shell mode?
I'm using XML/RPC so I have to run in compile mode, not shell mode. The biggest drawback is all errors are not caught and reported. That turns simple errors into long bug hunts. I'm running inside a try block now and reporting all exceptions (that are caught) in a log panel. That helps but I still run into errors that go uncaught, just as trying to use panel object that has been set to null. All I get now in unexpected behavior that I have to manually track down. If the problem is just that there's "no place" to report errors in compile mode then I'd be happy to provide a panel object where error messages can be added. John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
