简体   繁体   中英

Intellij GWT Super dev mode shows blank source code

Intellij GWT Super dev mode shows blank source code

A couple months ago I had setup IntelliJ GWT super mode and when I was using the Chrome Dev tool I could see the .java files in the "sources" tab.

Today however, all of the .java files of my project are completely blank, but everything that is not my project (for example package gwtupload.client) I can see just fine.

What can cause this? Is there something I changed code wise without noticing?

My .gwt.xml file is as such:

 <add-linker name="xsiframe"/>
  <set-configuration-property name="devModeRedirectEnabled" value="true"/>
  <set-property name="compiler.useSourceMaps" value="true"/>
  <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>

For people ending up here. I have downgraded Chrome version to the version of May and now it works like before. I didn't remember that I had updated my chrome

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM