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 175580 - Unable to set a breakpoint
Summary: Unable to set a breakpoint
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks: 173186 173187
  Show dependency tree
 
Reported: 2009-10-28 10:56 UTC by Alexandr Scherbatiy
Modified: 2009-11-02 15:12 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-10-28 10:56:42 UTC
Product Version         = NetBeans IDE Dev (Build 200910271401) (#32576b20b4bb)
  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:

- Type in the editor:
---------------------------
var a = 10;
---------------------------

- Try to set a breakpoint to the 'a' variable  (click on the Glyph Gutter in the editor) 
The breakpoint is not set
Comment 1 Alexandr Scherbatiy 2009-10-30 11:01:09 UTC
Main functionality is broken
Comment 2 Michal Skvor 2009-11-02 12:36:45 UTC
This issue is caused by java debugger where actions are registered via the annotation. It seems that constructor for
actions are called after the debugger is started for the first time.
Comment 3 Martin Entlicher 2009-11-02 13:20:32 UTC
This should be fixed by http://hg.netbeans.org/main-silver?cmd=changeset;node=97dec834429a
Comment 4 Alexandr Scherbatiy 2009-11-02 15:12:03 UTC
verified in Build 200910310201