| Summary: | Debug breakpoints | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | hrdkor <hrdkor13> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | 3.0.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
One more thing I was running a junit 3.8.1 configuration, not a java configuration. |
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?