Search code examples
eclipsedebugginggwtjsni

How to Debug JSNI method in GWT?


I have a GWT application containing some JSNI methods. I am getting an exception from inside it. How can i debug the method in IDE or through Browser?


Solution

  • If you are using 2.5.x, configure and run your project in superdev mode. Enable your chrome browser to use source maps. Finally you will be brought to the exception line in the debug console of your browser.