Community
Participate
Working Groups
20020502 debugging on jdk 1.4 debugger always gets suspended here right after i try to perform what i'm testing (i have a breakpoint at the beginning of the tested code)( see thread trace): what does that mean - was the breakpoint hit or not? no line is ever highlighted. the workaround is to resume and repeat what i wanted to do - no loading is then done and debugger works fine Thread [main] (Suspended (breakpoint at line 489 in org.eclipse.jdt.internal.corext.refactoring.reorg.ReorgRefactoring)) java.lang.ClassLoader.loadLibrary(java.lang.Class, java.lang.String, boolean) line: 1413 [local variables unavailable] <not responding> java.lang.System.loadLibrary(java.lang.String) line: 835 org.eclipse.core.internal.localstore.CoreFileSystemLibrary.<clinit>() line: 51 <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> org.eclipse.core.internal.runtime.InternalPlatform.run (org.eclipse.core.runtime.ISafeRunnable) line: 791 <not responding> <not responding> <not responding> <not responding> <not responding> org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0 (org.eclipse.core.internal.boot.DelegatingURLClassLoader, java.lang.String, boolean, org.eclipse.core.internal.boot.DelegatingURLClassLoader, java.util.Vector, boolean) line: 765 <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> <not responding> org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable (java.lang.String) line: 437 sun.reflect.NativeMethodAccessorImpl.invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) line: not available [native method] <not responding> <not responding> <not responding> org.eclipse.core.internal.boot.InternalBootLoader.getRunnable (java.lang.String) line: 430 org.eclipse.core.internal.boot.InternalBootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 729 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[]) line: 319 EclipseRuntimeLauncher.main(java.lang.String[]) line: 16
Do you have the "suspend on uncaught exception" preference on?
*** This bug has been marked as a duplicate of 12740 ***
no, it's off