Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.0
-
None
-
None
Description
Test Case Moving Current Frame fails
- Toggle line breakpoint on line 101
- Invoke Debug Project action
- Debugger should stop on the breakpoint after a while
- Click on continue (F5). Debugger should stop again on the same line and the application UI should be shown.
- Create watch for expression free and check if it was evaluated
- Check if Local Variables view shows nodes: this, r, free, total, taken
- Select third line in Call Stack view and invoke Make Current from its context menu
Expected result:
The watch will be marked as not know in the context. The Variables view will show nodes this and ev. The caret will be moved to line 62 of file MemoryView.java.
Actual Result:
File Timer.java is opened and displayed and the caret is on line 317. If I switch back to MemoryView.java the caret is still on line 101.