Bug 95254 - Debug breakpoints
Summary: Debug breakpoints
Status: RESOLVED DUPLICATE of bug 54900
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0.2   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-14 00:10 EDT by hrdkor CLA
Modified: 2005-05-14 11:25 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 hrdkor CLA 2005-05-14 00:10:39 EDT
create a java project:
create java files with similar package path to an Classpath Variable Jar or 
external jar.  

example:
Jar package =  com.someproject
project package = com.someproject
                  com.someproject.otherclasses

set break point in class from jar file.  However when the debug breakpoint is 
reach the java source file is brought up with no markers to match where the 
breakpoint is set.  Any ideas?
Comment 1 hrdkor CLA 2005-05-14 00:13:48 EDT
One more thing I was running a junit 3.8.1 configuration, not a java 
configuration.  
Comment 2 Darin Wright CLA 2005-05-14 11:25:53 EDT
Known limitation.

*** This bug has been marked as a duplicate of 54900 ***