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 243952 - Breakpoints are not toggling in the editor
Summary: Breakpoints are not toggling in the editor
Status: RESOLVED DUPLICATE of bug 239549
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-20 19:22 UTC by AnnM
Modified: 2014-04-23 11:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
png of breakpoint line that will not clear by toggling (16.31 KB, image/png)
2014-04-22 23:01 UTC, AnnM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description AnnM 2014-04-20 19:22:04 UTC
In the 7.x version of Netbeans IDE, when a breakpoint was set, clicking in the left margin caused it to toggle.  In Netbeans 8.0  neither clicking as before or using the context menu toggles the breakpoint.  The only way to clear them is via the breakpoints output debugger window.
Comment 1 Jiri Kovalsky 2014-04-22 09:43:26 UTC
This works fine for me in:

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Java: 1.8.0_05; Java HotSpot(TM) 64-Bit Server VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 3.0.0-12-generic running on amd64; UTF-8; cs_CZ (nb)

Can you be more specific and paste here exact line of code you want to place your breakpoint for? What kind of project are you talking about? Java, PHP, JavaScript, C++ etc? Do you have some additional plugins installed? A screenshot could help too. Thanks!
Comment 2 Martin Entlicher 2014-04-22 14:39:48 UTC
If this concerns JavaScript, it's a duplicate of issue #239549.
Please confirm in which files toggling does not work.
Comment 3 AnnM 2014-04-22 23:01:24 UTC
Created attachment 146901 [details]
png of breakpoint line that will not clear by toggling

This is the screen after I have tried to toggle the break point. If I continue to try to toggle, it will go between one break point symbol and the two shown.

This break point is on document.ready but the same behavior has been seen elsewhere.
Comment 4 Jiri Kovalsky 2014-04-23 11:40:45 UTC
Thanks for the screenshot. This is a duplicate of bug #239549, which will be fixed in NetBeans 8.0 Patch 1. This update release should publicly go out next week but we will have testing bits ready already tomorrow so it would be great if you could help us verify whether the fix works for you or not. Are you willing to help us tomorrow?

*** This bug has been marked as a duplicate of bug 239549 ***