GWT - How to view java exception stack trace in super dev?

孤者浪人 提交于 2019-12-20 15:08:35

问题


I'm using GWT Super Dev and I activated source maps in Chrome. Although I can see the Java classes in the Sources tab, I can't figure out how to view the full stack trace of unhandled exceptions.

So how do I do that ?


回答1:


There is an open issue for it:

http://code.google.com/p/google-web-toolkit/issues/detail?id=7460

However I've come to a workaround where I don't use the code server, but I integrate source map creation into a Maven-based project via a Maven profile. See this archetype for reference:

https://github.com/apetrelli/samplegwt



来源:https://stackoverflow.com/questions/24264925/gwt-how-to-view-java-exception-stack-trace-in-super-dev

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!