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 253775 - It is not possible to toggle line breakpoint
Summary: It is not possible to toggle line breakpoint
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2015-07-25 06:00 UTC by stwr
Modified: 2015-09-03 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture showing the described issue (28.25 KB, image/png)
2015-07-25 06:00 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-07-25 06:00:08 UTC
Created attachment 154879 [details]
Picture showing the described issue

Product Version: NetBeans IDE 8.1 Beta (Build 201507231027)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\8.1beta
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\8.1beta

Test Case --> http://services.netbeans.org/synergy/client/app/#/case/1259/suite/1626/v/1

The problem appears at this step: "Toggle line 41 breakpoint."

First of all it is possible to toggle line breakpoint using Debug menu or by hitting CTRL+F8.
It is not possible to toggle the same line breakpoint by clicking on the line number while it is possible for the rest of line numbers (see the picture - red color means that it is not possible for these numbers).
Comment 1 stwr 2015-08-14 07:04:12 UTC
Still reproducible in latest beta.

Product Version: NetBeans IDE Dev (Build 201508130002)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 10 version 10.0 running on amd64; Cp1250; pl_PL (nb)
User directory: C:\Users\Malzonek\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Malzonek\AppData\Local\NetBeans\Cache\dev

It is not possible to toggle line breakpoint by clicking on number of line that is actually part of green block.
Comment 2 Martin Entlicher 2015-09-01 16:36:58 UTC
Reproduced.
It is possible to submit the breakpoint by clicking left from the line number. Clicking on the line number itself does nothing.
It got broken by issue #105746.
Comment 3 Martin Entlicher 2015-09-02 12:02:34 UTC
Fixed by changeset:   291512:63ba97c838cc
http://hg.netbeans.org/core-main/rev/63ba97c838cc
Comment 4 Quality Engineering 2015-09-03 01:24:57 UTC
Integrated into 'main-silver', will be available in build *201509030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/63ba97c838cc
User: mentlicher@netbeans.org
Log: #253775: Make the Toggle Breakpoint action to work on lines with other annotations.
Comment 5 Jiri Kovalsky 2015-09-03 10:09:17 UTC
Product Version: NetBeans IDE Dev (Build 201509030002)
Java: 1.8.0_51; Java HotSpot(TM) 64-Bit Server VM 25.51-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_51-b16
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)

Verified. Thanks for the fix!