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 139078 - Can't set breakpoint on line with error icon
Summary: Can't set breakpoint on line with error icon
Status: RESOLVED DUPLICATE of bug 105746
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-05 13:58 UTC by avp
Modified: 2008-08-04 15:36 UTC (History)
1 user (show)

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 avp 2008-07-05 13:58:12 UTC
In dev build when error ("Unable to resolve identifier ...") icon is showing (red question) I can't set breakpoint
Comment 1 Egor Ushakov 2008-08-04 13:57:43 UTC
I see the same behavior in Java debugger as well. Reassigning to debuggercore.
Comment 2 Daniel Prusa 2008-08-04 14:21:33 UTC
Breakpoint cannot be set by clicking on gutter because there is an error annotation which consumes the mouse click and
performs its own action. However, it is still possible to toggle a line breakpoint by Ctrl+F8, so I do not think this is
a serious problem.
A possible solution could be to distinguish between a mouse click on annotation's icon and a space on the gutter
positioned left to the icon (this still could invoke the default action and set a breakpoint).
Or to set breakpoints by double clicks?
Reassigning to editor for evaluation.
Comment 3 Petr Dvorak 2008-08-04 15:36:49 UTC
Already reported, thank you.

*** This issue has been marked as a duplicate of 105746 ***