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 - Step out does not work
Summary: Step out does not work
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on: 175580
Blocks: 173187
  Show dependency tree
 
Reported: 2009-09-28 10:45 UTC by Alexandr Scherbatiy
Modified: 2009-11-02 10:05 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 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