Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 15204 - debugger always gets suspended on classloading
Summary: debugger always gets suspended on classloading
Status: RESOLVED DUPLICATE of bug 12740
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-03 11:20 EDT by Adam Kiezun CLA
Modified: 2002-05-03 11:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-05-03 11:20:31 EDT
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
Comment 1 Darin Wright CLA 2002-05-03 11:40:15 EDT
Do you have the "suspend on uncaught exception" preference on?
Comment 2 Darin Wright CLA 2002-05-03 11:46:21 EDT

*** This bug has been marked as a duplicate of 12740 ***
Comment 3 Adam Kiezun CLA 2002-05-03 11:48:01 EDT
no, it's off