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 270939 - Unable to delete or disable field breakpoint
Summary: Unable to delete or disable field breakpoint
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: Dev
Hardware: PC Windows 7 x64
: P1 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-23 10:32 UTC by Pere
Modified: 2017-06-23 10:32 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 Pere 2017-06-23 10:32:58 UTC
I've been experiencing this bug for ages.

Most of times it's impossible to delete breakpoints placed on class fields/properties (the inverted triangle red icon), neither disable them.

In many occassions it happens that the program gets "stuck" while trying to click on those breakpoints.

You can even try to delete them on the "Breakpoints" window. It will let you delete it, it will even disappear from the list... But then if you go to the implied source code line, it will be there.

You can even try to disable them by right-clicking on them on the source code line directly, the contextual menu will let you choose "Enabled", but it won't do anything.

Very annoying.