| Summary: | Method breakpoint location is not revealed by stack frame | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Jared Burns <jared_burns> |
| Component: | Debug | Assignee: | Jared Burns <jared_burns> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Whiteboard: | |||
Are debug attributes present? The breakpoint (marker) has a line number, but the stack frame may not. Could not reproduce with J9 or JDK 1.4.1. Jared, do you have any more details? Unable to reproduce, assigning for confirmation. I can't reproduce it now either. Wierd. |
1. Put a method entry breakpoint on java.io.PrintStream#println(String). 2. Debug a program which calls System.out.println("string"); 3. When the method breakpoint is hit and the stack frame is selected, we open the PrintStream editor, but we do not scroll to the breakpoint. Just double-clicking on the breakpoint in the breakpoints view correctly reveals the location.