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 143409

Summary: Implement Single step debugging
Product: javafx Reporter: Alexey Butenko <alexeybutenko>
Component: DebuggerAssignee: Alexey Butenko <alexeybutenko>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 144598    
Bug Blocks:    

Description Alexey Butenko 2008-08-11 08:33:00 UTC
JavaFX Plugin for NetBeans should enable single step debugging from IDEs. Inspection of variables in the current 
context of the debugger should be supported.
Comment 1 Alexey Butenko 2008-08-19 10:05:54 UTC
Without Watches and Hints it is working already
Comment 2 Alexey Butenko 2008-08-20 09:29:12 UTC
*** Issue 125016 has been marked as a duplicate of this issue. ***
Comment 3 Alexandr Scherbatiy 2008-08-20 09:31:54 UTC
From user's feedback.

Debugger support:
- While JavaFX Script is declarative we still need to debug:
   a) For the obvious reason (fixing broken stuff)
   b) To see the order in which things happen and whether certain code is
      actually executing (don't under estimate how important this is
      for a new coder).
Comment 4 Alexey Butenko 2008-09-09 15:07:29 UTC
mark as fixed
Comment 5 Alexandr Scherbatiy 2008-09-10 10:02:52 UTC
verified in 2008-09-10_02-01-58.zip