您好我正在使用gxt 2.3.1a将我的gwt从2.4.0升级到2.7.0。一切都看起来没问题我尝试调试应用程序。我使用superdev模式启动调试,没有任何问题。这是我的调试开始的结束。
“
[INFO] Unification traversed 108163 fields and methods and 8186 types. 8146 are considered part of the current module and 8146 had all of their fields and methods traversed.
[INFO] Compiling 1 permutation
[INFO] Compiling permutation 0...
[INFO] Linking per-type JS with 8130 new types.
[INFO] prelink JS size = 26317582
[INFO] prelink sourcemap = 26317582 bytes and 534648 lines
[INFO] postlink JS size = 26027857
[INFO] postlink sourcemap = 26027857 bytes and 528723 lines
[INFO] Source Maps Enabled
[INFO] Compile of permutations succeeded
[INFO] Compilation succeeded -- 128,510s
[INFO] Linking into C:\Users\ALEXAN~1.RIS\AppData\Local\Temp\gwt-codeserver-3435183735990420589.tmp\br.com.webb.ria.Application\compile-2\war\br.com.webb.ria.Application; Writing extras to C:\Users\ALEXAN~1.RIS\AppData\Local\Temp\gwt-codeserver-3435183735990420589.tmp\br.com.webb.ria.Application\compile-2\extras\br.com.webb.ria.Application
[INFO] Link succeeded
[INFO] Linking succeeded -- 11,742s
[INFO] 147,211s total -- Compile completed
“
启动远程调试后,我得到gwt debug插件的正常灰色窗口。一切都处理没有任何错误。当我在浏览器上复制生成的链接时,我收到以下消息。
“编译br.com.webb.ria.Application”我的gwt模块。
问题是消息消失后我得到的只是简单的html。模块没有加载到屏幕上,我看不到我的应用程序。
我尝试使用书签中的“开发模式”按钮,没有任何反应。我试图停止使用“开发模式关闭”,然后再次单击“开发模式”,没有任何反应。
我还尝试启用https支持和<set-property name="user.agent" value="safari" />
。似乎没有任何帮助。有什么想法吗?
答案 0 :(得分:0)
与常规调试模式不同,superdev模式需要在调试工作之前进行完整编译。如果您正在使用maven并遇到同样的问题,请在尝试调试之前执行mvn clean包。