Bug 5083 - Breakpoint not hit
Summary: Breakpoint not hit
Status: VERIFIED DUPLICATE of bug 4576
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-18 14:14 EDT by Knut Radloff CLA
Modified: 2001-10-19 11:45 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 Knut Radloff CLA 2001-10-18 14:14:58 EDT
build 204

I have a file Test_org_eclipse_swt_widgets_StyledText with a breakpoint in 
test_lineGetBidiSegments just below a line comment on the line that says:
	text.getLocationAtOffset(0);
If I run the test case in debug mode the breakpoint is never hit.
It is hit if I set another breakpoint two lines above (just above the line 
comment). The first breakpoint is hit, I then resume and the second breakpoint 
is hit. Removing and adding the breakpoint does not fix the problem.
I've zipped up the workspace and will upload it to walleye. You should see the 
debug perspective with the offending breakpoint when you open the workspace.
Comment 1 Knut Radloff CLA 2001-10-18 14:56:39 EDT
The workspace is in /va2000/INCOMING/forKnut/5083.zip

Note that I have seen this problem before, prior to using build 204.
Comment 2 Knut Radloff CLA 2001-10-18 16:45:08 EDT
Note that you need to have the swt-win32-2008.dll in your workspace directory 
in order to run the test case.
Once you have unzipped the workspace you can find the dll 
in ./org.eclipse.swt/ws/win32 and you need to place it in ./
Comment 3 Darin Wright CLA 2001-10-19 11:44:33 EDT
This is a dup of 4576 which will be fixed in build 206.

*** This bug has been marked as a duplicate of 4576 ***
Comment 4 Darin Wright CLA 2001-10-19 11:45:29 EDT
Verified by running with latest debug plugin. Will send to Knut as temp
patch.