Bug 279790 - C line breakpoint markers have non human readable type descriptions
Summary: C line breakpoint markers have non human readable type descriptions
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 6.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 08:36 EDT by Philippe Coucaud CLA
Modified: 2020-09-04 15:20 EDT (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 Philippe Coucaud CLA 2009-06-10 08:36:46 EDT
Build ID: I20090528-2000 + CDT 6.0.0-I200905061052

1. create a C project and add some line breakpoints
2. open the Markers view
3. C line breakpoint's type and category are both displayed as 'org.eclipse.cdt.debug.core.cLineBreakpointMarker' instead of a more human readable string like 'C/C++ Line Breakpoints'/'C/C++ Line Breakpoint' (JDT uses 'Java Line Breakpoints'/'Java Line Breakpoint').

When looking in org.eclipse.cdt.debug.core/plugin.xml it seems that none of the org.eclipse.core.resources.markers definitions do have a 'name' attribute.