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 65015 - Some special breakpoints should also be anotated in the edit window.
Summary: Some special breakpoints should also be anotated in the edit window.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 103934 103936
Blocks:
  Show dependency tree
 
Reported: 2005-09-23 17:04 UTC by ngbrito
Modified: 2007-09-23 21:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ngbrito 2005-09-23 17:04:53 UTC
I think that some special breakpoints should also be anotated in the edit window
in the following way:

"Class" breakpoint -> display the corresponding special breakpoint icon next to
the class definition.

"Exception" breakpoint -> display the corresponding special breakpoint icon next
to the exception class definition.

"Variable" breakpoint -> display the corresponding special breakpoint icon next
to the variable definition.

"Method" breakpoint -> display the corresponding special breakpoint icon next to
the method definition.

For the "thread" breakpoints maybe using a special icon in the thread list in
the debugger window.
Comment 1 Martin Entlicher 2005-12-13 14:34:49 UTC
This can be considered in a future release.
Comment 2 Martin Entlicher 2007-05-14 18:24:49 UTC
We're going to add the annotations for field and method breakpoints into the
Editor gutter.
Comment 3 Martin Entlicher 2007-05-22 15:43:37 UTC
The method and field breakpoints are annotated in the Editor gutter now.
It's also possible to submit them like line breakpoints - via click in the
gutter at the method or field declaration.

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/BreakpointsReader.java,v
 <--  BreakpointsReader.java
new revision: 1.8; previous revision: 1.7

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/Bundle.properties,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/Bundle.properties,v
 <--  Bundle.properties
initial revision: 1.1

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/DisabledFieldBreakpoint.xml,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/DisabledFieldBreakpoint.xml,v
 <--  DisabledFieldBreakpoint.xml
initial revision: 1.1

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/DisabledMethodBreakpoint.xml,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/DisabledMethodBreakpoint.xml,v
 <--  DisabledMethodBreakpoint.xml
initial revision: 1.1

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/FieldBreakpoint.xml,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/FieldBreakpoint.xml,v
 <--  FieldBreakpoint.xml
initial revision: 1.1

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/MethodBreakpoint.xml,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/MethodBreakpoint.xml,v
 <--  MethodBreakpoint.xml
initial revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.40; previous revision: 1.39

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/EditorContextBridge.java,v
 <--  EditorContextBridge.java
new revision: 1.14; previous revision: 1.13

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/SourcePath.java,v
 <--  SourcePath.java
new revision: 1.10; previous revision: 1.9

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/BreakpointCustomizeAction.java,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/BreakpointCustomizeAction.java,v
 <--  BreakpointCustomizeAction.java
initial revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/BreakpointEnableAction.java,v
 <--  BreakpointEnableAction.java
new revision: 1.3; previous revision: 1.2

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.12; previous revision: 1.11

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/ToggleBreakpointActionProvider.java,v
 <--  ToggleBreakpointActionProvider.java
new revision: 1.14; previous revision: 1.13

RCS file:
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/ToggleMethodFieldBreakpointAction.java,v

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/ToggleMethodFieldBreakpointAction.java,v
 <--  ToggleMethodFieldBreakpointAction.java
initial revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/BreakpointAnnotationListener.java,v
 <--  BreakpointAnnotationListener.java
new revision: 1.9; previous revision: 1.8
Comment 4 Martin Entlicher 2007-05-23 14:35:30 UTC
The method signatures are added and interpreted to annotate the right method:

/cvs/debuggerjpda/projects/src/org/netbeans/modules/debugger/jpda/projects/EditorContextImpl.java,v
 <--  EditorContextImpl.java
new revision: 1.21; previous revision: 1.20

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.12; previous revision: 1.11

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/MethodBreakpointImpl.java,v
 <--  MethodBreakpointImpl.java
new revision: 1.20; previous revision: 1.19

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/EditorContextBridge.java,v
 <--  EditorContextBridge.java
new revision: 1.15; previous revision: 1.14

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/ToggleMethodFieldBreakpointAction.java,v
 <--  ToggleMethodFieldBreakpointAction.java
new revision: 1.2; previous revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/MethodBreakpointPanel.java,v
 <--  MethodBreakpointPanel.java
new revision: 1.20; previous revision: 1.19