Bug 5083

Summary: Breakpoint not hit
Product: [Eclipse Project] JDT Reporter: Knut Radloff <knut_radloff>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Whiteboard:

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.