java - GWT SuperDev Source Code not Showing -
i'm following instructions in blog post (http://www.badlogicgames.com/wordpress/?p=3073) trying debug gwt version of libgdx project.
i can compile gwt project fine, , start superdev code server using en eclipse "run as" profile. start jetty using mvn verify -phtml
, browse localhost:8080/index.html
, enable dev mode per blog post. of note don't see dialog box described in post ("gwt modile 'blah' may need recompiled").
when looking @ sources in chrome's developer tools, don't see of linked java source under localhost:9876 tree node; instead see this:
localhost:9876 projectname gwt/chrome chrome.css {some long md5-lookign thing}.cache.js projectname.nocache.js
it's ace if figure out how see code linked there , put breakpoints in, @ moment i'm getting gdxruntimeexception message of "not implemented" thrown somewhere, i've no idea where.
Comments
Post a Comment