Eclipse,GWT插件。调试器不起作用

时间:2011-01-31 13:40:59

标签: eclipse gwt

Ubuntu 10.10 SpringSource Tool Suite版本:2.5.0.M3 Build Id:201008251000 当我尝试调试时,Debug As->在Web应用程序中,将打开“找不到源”的选项卡。在调试模式下使用堆栈跟踪:

Thread [main] (Suspended (exception ClassNotFoundException))    
URLClassLoader$1.run() line: 202 [local variables unavailable]  
AccessController.doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) line: not available [native method]   
Launcher$ExtClassLoader(URLClassLoader).findClass(String) line: 190 
Launcher$ExtClassLoader.findClass(String) line: 229 
Launcher$ExtClassLoader(ClassLoader).loadClass(String, boolean) line: 307   
Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean) line: 296   
Launcher$AppClassLoader.loadClass(String, boolean) line: 301    
Launcher$AppClassLoader(ClassLoader).loadClass(String) line: 248    
InstrumentationImpl.loadClassAndStartAgent(String, String, String) line: 280    
InstrumentationImpl.loadClassAndCallPremain(String, String) line: 338   

在开发模式选项卡中,正在加载开发模式的文本,应该提供Web应用程序URL ...所以wtf ?!谢谢!

1 个答案:

答案 0 :(得分:2)

这是日食的错误。 “ClassNotFoundException:捕获和未捕获”断点是由未知原因设置的。所以应该从“断点”窗口/选项卡中删除它。 更多详情:http://www.popcornfarmer.com/gamedev/2009/01/eclipse-debug-error/