mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 05:45:58 +02:00
Fix for 179967: warning for breakpoint handler logged on startup
This commit is contained in:
parent
b887f80850
commit
805be5b8ed
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
<objectContribution
|
<objectContribution
|
||||||
objectClass="org.eclipse.cdt.core.model.IMethod"
|
objectClass="org.eclipse.cdt.core.model.IMethod"
|
||||||
id="org.eclipse.cdt.debug.ui.FunctionBreakpointActions">
|
id="org.eclipse.cdt.debug.ui.MethodBreakpointActions">
|
||||||
<action
|
<action
|
||||||
label="%ManageFunctionBreakpointAction.label"
|
label="%ManageFunctionBreakpointAction.label"
|
||||||
icon="icons/elcl16/function_brkpt_co.gif"
|
icon="icons/elcl16/function_brkpt_co.gif"
|
||||||
|
|
Loading…
Add table
Reference in a new issue