We have developed web application in gwt. Our application got hang up after 4 hours showing "website is not responding".
Environment:
32 bit Internet Explorer 9 GWT 2.4 64 bit Windows Enterprise Edition 7 Eclipse Indigo 32 bit Java 32 bit
I there any tool which exactly shows where the memory leak is happening in front end javascript code (as GWT converts java codes to javascript codes) so that we can analyze javascript code and track back our handwritten GWT java code and do the necessary fix. Thank you.