Bug 355608 - [breakpoints] Can't remove breakpoint via ruler
Summary: [breakpoints] Can't remove breakpoint via ruler
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 03:44 EDT by Dani Megert CLA
Modified: 2023-12-10 08:32 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2011-08-24 03:44:05 EDT
I20110823-0925.

Some breakpoints can't be removed via ruler. It works via Breakpoints view. Also, each double-click *adds" a new breakpoint. Odd thing: the Breakpoints view only shows the additional breakpoint(s) when I scroll it manually.
Comment 1 Dani Megert CLA 2011-08-24 03:44:34 EDT
Happens e.g. in org.eclipse.jface.text.contentassist.AdditionalInfoController:357
Comment 2 Dani Megert CLA 2011-08-24 04:33:33 EDT
> org.eclipse.jface.text.contentassist.AdditionalInfoController:357
Correct line is 342:
org.eclipse.jface.text.contentassist.AdditionalInfoController:342


Can be reproduced with a new workspace and checking out 'org.eclipse.jface.text'.
Comment 3 Dani Megert CLA 2011-08-24 04:41:29 EDT
The problem is that the breakpoint is created for the type name "AdditionalInfoController$9" but when it gets deleted it tries to find
"AdditionalInfoController$Timer".

The relevant stack trace is:

JDIDebugModel.lineBreakpointExists(IResource, String, int) line: 628	
ToggleBreakpointAdapter.toggleBreakpoints(IWorkbenchPart, ISelection) line: 1255	
ToggleBreakpointAction.run() line: 101
Comment 4 Eclipse Genie CLA 2019-12-28 15:38:42 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 5 Eclipse Genie CLA 2021-12-19 09:31:20 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 6 Eclipse Genie CLA 2023-12-10 08:32:21 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.