Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-1573

Debugger - Views test case Moving Current Frame fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.0
    • None
    • debugger - Code
    • None

    Description

      Test Case Moving Current Frame fails

       

      1. Toggle line breakpoint on line 101
      2. Invoke Debug Project action
      3. Debugger should stop on the breakpoint after a while
      4. Click on continue (F5). Debugger should stop again on the same line and the application UI should be shown.
      5. Create watch for expression free and check if it was evaluated
      6. Check if Local Variables view shows nodes: this, r, free, total, taken
      7. 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            abcampbell Bailey Campbell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: