I don't know if this is a limitation of (a) Source Maps; (b) GWT; or (c) IntelliJ 14...
I've got a good sized project which we recently updated to use GWT 2.7 and SuperDevMode. (Side note--Very painless to setup the new run configuration and It Just Worked!!!!)
I can set my breakpoints and see my code in the editor...so far so good.
The problem comes when I want to inspect a variable. All the variables show up as the somewhat mangled JavaScript names such as "result_0_g$" instead of the method parameter I have named, "result".
This means I can't do things like:
- Hover my mouse over the variable, parameter or field to see a tooltip with the value
- Evaluate Expression to get the details of the expression
- etc....
Is there something (an option in the Run Configuration to pass in the Dev Mode Parameters perhaps?) that I've missed?
Thanks,
jay