Hi Prior to raising a bug I wanted to see if anyone has come across this problem and or found a work around?
Firefox 5.0 Firebug 1.7.3 Steps to produce 1. Create a gwt project (using gwt-openlayers) 2. Create a java bug (Runtime exception, NullPointerException is a good example) within your code. 3. When compile project add a gwt style ie -Dgwt.style=PRETTY or DETAILED argument to the compile command. 4. Do not use GWT development environment deploy into a server such as tomcat. 5. Point firefox to site with firebug on. 6. Exception occurs with the message (38665 out of range 33023) 7. Cannot find the line the exception occurred on. On Point 4, we have a spring DI within the application and due to the configuration requirements of Open Layers we cannot separate them and run the application with a special development profile. I am attempting to use firebug with a detailed view of the javascript to assist in finding runtime exceptions as at the moment the team I am working in has no other way to locate these problems. The only other way to find the problem is to put window alerts everywhere until the issue is located. Simon Borysiewicz -- You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en.
