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 173186

Summary: Step out does not work
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 175580    
Bug Blocks: 173187    

Description Alexandr Scherbatiy 2009-09-28 10:45:42 UTC
netbeans-trunk-nightly-200909221401-javafx-full.zip 

  Product Version         = NetBeans IDE Dev (Build 200909221401) (#038a2843d59a)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


Steps to reproduce:

- Create 'Main' JavaFX file
- Copy to the editor:
------------------------------------
function a (){ 
    println("a");
}

function b(){ 
    a();
}

b(); 
------------------------------------

- Set a breakpoint to the 'b()' call on the last line 
- Start debugging
 The debugger stops on the last line
- Press Step Into (<F7>)
 Debugger goes to the 'b' function body
- Press Step Out (<Ctrl + F7>)
  The debugger goes to the 'a' function body (Step in) not to the last line
Comment 1 Michal Skvor 2009-10-14 12:32:21 UTC
Can't reproduce. It works for me.
Comment 2 Alexandr Scherbatiy 2009-11-02 10:05:25 UTC
verified in Build 200910310201