Bug 1554 - Method entry breakpoints on source methods (1GC2U31)
Summary: Method entry breakpoints on source methods (1GC2U31)
Status: RESOLVED DUPLICATE of bug 1552
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:15 EDT by Jed Anderson CLA
Modified: 2015-06-15 15:52 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 Jed Anderson CLA 2001-10-10 22:15:17 EDT
jkca (4/11/2001 11:47:37 AM)

I added one method entry breakpoint to PingPong.java on the pong() method.  When I ran,
the program halted at System.arraycopy().  See stack trace below.  When I hit resume, it
halted on pong(), but the next time I hit resume it landed on the System.arraycopy() again.
Continuing to hit resume I get pong(), arraycopy(), pong(), arraycopy(), etc.

Thread [main] (Suspended)
	System.arraycopy(Object, int, Object, int, int)
	String.getChars(int, int, char[], int) line: 542
	BufferedWriter.write(String, int, int) line: 205
	BufferedWriter(Writer).write(String) line: 132
	PrintStream.write(String) line: 271
	PrintStream.print(String) line: 411
	PrintStream.println(String) line: 534
	PingPong.pong() line: 27
	PingPong.ping() line: 21
	PingPong.loop() line: 8
	PingPong.main(String[]) line: 4

DS (4/11/2001 4:17:49 PM)
	This is a problem with source method entry breakpoints.
	Currently fixed by not enabling method entry breakpoints action on source methods.

jkca (4/12/2001 10:42:06 AM)
	This does not occur if running against sun jdk1.2.2-005.
	It does occur with the VM that ships with the Eclipse SDK 043.
Comment 1 Darin Wright CLA 2001-10-29 10:42:44 EST

*** This bug has been marked as a duplicate of 1552 ***
Comment 2 Eclipse Genie CLA 2015-06-15 15:52:47 EDT
New Gerrit change created: https://git.eclipse.org/r/50212