Eclipse,GWT插件。调试器不起作用 [英] Eclipse, GWT plugin. Debugger does't work

查看:123
本文介绍了Eclipse,GWT插件。调试器不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Ubuntu 10.10
SpringSource工具套件版本:2.5.0.M3 Build ID:201008251000
当我尝试调试Debug As-> web Application时,没有找到Source选项卡打开。在调试模式下使用堆栈跟踪:

  Thread [main](Suspended(exception ClassNotFoundException))
URLClassLoader $ 1.run ()行:202 [局部变量不可用]
AccessController.doPrivileged(PrivilegedExceptionAction< T>,AccessControlContext)行:不可用[本机方法]
启动器$ ExtClassLoader(URLClassLoader).findClass(String) 190
启动器$ ExtClassLoader.findClass(String)行:229
启动器$ ExtClassLoader(ClassLoader).loadClass(String,boolean)行:307
启动器$ AppClassLoader(ClassLoader).loadClass(String ,boolean)line:296
Launcher $ AppClassLoader.loadClass(String,boolean)line:301
Launcher $ AppClassLoader(ClassLoader).loadClass(String)line:248
InstrumentationImpl.loadClassAndStartAgent(String ,字符串,字符串)行:280
InstrumentationImpl.loadClassAndCallPremain(字符串,字符串)行:338

在开发模式选项卡中是文本随着开发模式正在加载,应该在哪里提供的Web应用程序URL ...所以跆拳道?!谢谢!

解决方案

这是eclipse的bug。 ClassNotFoundException:被捕获和未被捕获的断点是由未知原因设置的。所以它应该从'断点'窗口/选项卡中删除。
更多细节在这里: http://www.popcornfarmer。 com / gamedev / 2009/01 / eclipse-debug-error /

Ubuntu 10.10 SpringSource Tool Suite Version: 2.5.0.M3 Build Id: 201008251000 When I try to debug, Debug As-> web Application, the tab with Source not found opens. With stack trace in debug mode:

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   

In the Development Mode tab is text with Development mode is loading, where should be web app URL provided... So wtf?! Thank you!

解决方案

This was eclipse bug. "ClassNotFoundException: caught and uncaught" breakpoint was set by unknown reason.. So it should be deleted from 'Breakpoints' window/tab. More details here: http://www.popcornfarmer.com/gamedev/2009/01/eclipse-debug-error/

这篇关于Eclipse,GWT插件。调试器不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆