Bailey Campbell created NETBEANS-1573:
-----------------------------------------
Summary: Debugger - Views test case Moving Current Frame fails
Key: NETBEANS-1573
URL: https://issues.apache.org/jira/browse/NETBEANS-1573
Project: NetBeans
Issue Type: Bug
Components: debugger - Code
Affects Versions: 10.0
Reporter: Bailey Campbell
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
h3. 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists