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 - Implement Single step debugging
Summary: Implement Single step debugging
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords:
: 125016 (view as bug list)
Depends on: 144598
Blocks:
  Show dependency tree
 
Reported: 2008-08-11 08:33 UTC by Alexey Butenko
Modified: 2008-09-10 10:02 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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