是否有任何方法可以使用 GWT Superdevmode (Firefox & Chrome) 有效地记录异常
Will there be any way to effectively log exceptions with GWT Superdevmode (Firefox & Chrome)
日志如下:
com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) : this$static is null 0.js:31895
undefined 0.js:31901:2
$log_5() 0.js:31901
$logException() 0.js:31909
onUncaughtException_0() 0.js:31929
entry0() 0.js:8401
entry_0/<()
在 Firefox 控制台中显示的内容一点用处都没有。怎样做才能使使用 GWT SuperDevMode 进行日志记录不再那么痛苦? Firefox 缺少的 GWT 功能是否有解毒剂?
日志如下:
com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) : this$static is null 0.js:31895
undefined 0.js:31901:2
$log_5() 0.js:31901
$logException() 0.js:31909
onUncaughtException_0() 0.js:31929
entry0() 0.js:8401
entry_0/<()
在 Firefox 控制台中显示的内容一点用处都没有。怎样做才能使使用 GWT SuperDevMode 进行日志记录不再那么痛苦? Firefox 缺少的 GWT 功能是否有解毒剂?