有了云服务器怎么建设网站,网站常见的风格,北京网站建设 知乎,龙岩小程序推广引用eclipse debug URLClassPath.getLoader(int) file结果在这个地方[url]http://www.eclipse.org/forums/index.php?tmsgS73b3719b575dd532260d1809694f886bth77485goto241565[/url]找到了一些简介.就是因为,其它的项目有的断点.把那些断点去掉就可以了.This…引用eclipse debug URLClassPath.getLoader(int) file结果在这个地方[url]http://www.eclipse.org/forums/index.php?tmsgS73b3719b575dd532260d1809694f886bth77485goto241565[/url]找到了一些简介.就是因为,其它的项目有的断点.把那些断点去掉就可以了.This is a follow-up to the posting Unexpected breakpoint in debugger. Ididnt find a bug report as was suggested in the posting.When I run my program normally, everything is fine. But when I run in thedebugger, I get the error below. Ive tried changing the option with noeffect: WindowPreferencesJavaDebugSuspend execution on uncaughtexceptionsThe problem seems to happen in cases where a class is instantiated fromanother branch in the source tree or in a different project or from a jar.It works if all the classes are in the same project and location.Setup:Eclipse 3.2.0 using JRE 1.4.2Windows XP ProHas anyone else run into this?Thanks,KeithThread [main] (Suspended (exception FileNotFoundException))URLClassPath$JarLoader.getJarFile(URL) line: 576URLClassPath$JarLoader.(URL, URLStreamHandler, HashMap) line: 545URLClassPath$3.run() line: 323AccessController.doPrivileged(PrivilegedExceptionAction) line: notavailable [native method]URLClassPath.getLoader(URL) line: 312URLClassPath.getLoader(int) line: 289URLClassPath.getResource(String, boolean) line: 159URLClassLoader$1.run() line: 191AccessController.doPrivileged(PrivilegedExceptionAction,AccessControlContext) line: not available [native method]Launcher$AppClassLoader(URLClassLoader).findClass(String) line: 187Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean) line: 289Launcher$AppClassLoader.loadClass(String, boolean) line: 274Launcher$AppClassLoader(ClassLoader).loadClass(String) line: 235Launcher$AppClassLoader(ClassLoader).loadClassInternal(Strin g) line: 302DebugClass.foo() line: 13DebugTest2.doSomething() line: 17DebugTest2.main(String[]) line: 10原回答如下:In the Breakpoints view, do you see any listed? Use the XX button toremove all breakpoints - it is possible you inadvertently created anException breakpoint, which will break any time the exception is thrown.Hope this helps,Eric后来这个发贴人说问题解决了.回复如下.Yes, clearning out the Breakpoints worked, Thanks!然后我试了下,果然如此.真是太高兴了.要知道,我也折腾了很久啊..0顶1踩分享到 2011-07-13 16:03浏览 8014评论1 楼langyu2011-07-14里面的断点谁加的