Have you enabled source map support in chrome? Click the settings cog/wheel thing in the bottom-right corner, and tick "Enable source maps".
Also, you must compile while the developer tools tab is open, or else it won't show the java source code. HTH Paul On 08/08/12 08:42, Adolfo Panizo Touzon wrote: > Hi all, > > I am trying to user SuperDevMode with SourceMaps but I think I am doing > something wrong. > > I succeeded running the code server as a Java process (I have the bookmarks > "Dev mode on" and "Dev mode off" in my browser's tab), also I have running > the app without problems and even if I make click on "Dev mode on" tab, the > app's compilation works perfect. > > But it's impossible for me find the .java files in the Developer Tools's > Scripts. In the classpath's tab I've added the src folder of my app (when I > created the Java app in order to serve to the browser the non optimized JS). > > Further info: If I go to localhost:9087/myApp, I can see the nomal files that > you obtain when you compile the app (many files XXX.gwt.rpc and the common > myapp.noche.js, myap.devmode.js), and this files also appear in the Developer > Tools's Scripts instead of the .java files. > > So, what I am missing? > > Thank you in advance. > > Adolfo. > > > > > -- > El precio es lo que pagas. El valor es lo que recibes. > Warren Buffet > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" 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/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
