This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 4108 - Line where debugger stops is not highlighted (in special case).
Summary: Line where debugger stops is not highlighted (in special case).
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-29 22:34 UTC by Daniel Prusa
Modified: 2003-07-02 16:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Prusa 1999-09-29 22:34:50 UTC
- Debug some class C1 which is defined in C1.java file and contains calls of methods of another class C2 defined in C2.java - start debugger on C1 (trace into).
- In Editor window (workspace Debugging) close C2.java file (if it is there), use `trace into` on some C2 method call. C2.java is opened in Editor, but appropriate line is not highlighted, only cursor
 is on this line. After `trace over` the next line is OK - it is highlighted.
- At this stage, close C1.java in Editor and use `step out`. C2.java is opened, but appropriate line is not highlighted again.

If described situation does not occur at the first time, try to repeat second and third step .
Comment 1 Quality Engineering 2003-07-02 16:00:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.