(Sorry for those who may have read this over 
at https://devnet.jetbrains.com/message/5530141#5530141... I wanted to try 
and get some more eyes on the issue...)


I don't know if this is a limitation of (a) Source Maps in general; (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

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to