mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Fix for bug 28977: Unable to set breakpoint properties from the Breakpoint view.
This commit is contained in:
parent
e2c9f5c95e
commit
0cce89ae90
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-0e Mikhail Khodjaiants
|
||||||
|
Fix for bug 28977: Unable to set breakpoint properties from the Breakpoint view.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2003-01-02 Mikhail Khodjaiants
|
2003-01-02 Mikhail Khodjaiants
|
||||||
Adapter for 'IResource' in 'DisassemblyEditorInput'.
|
Adapter for 'IResource' in 'DisassemblyEditorInput'.
|
||||||
* DisassemblyEditorInput.java
|
* DisassemblyEditorInput.java
|
||||||
|
|
|
@ -341,7 +341,7 @@
|
||||||
</action>
|
</action>
|
||||||
</viewerContribution>
|
</viewerContribution>
|
||||||
<objectContribution
|
<objectContribution
|
||||||
objectClass="org.eclipse.cdt.debug.core.ICBreakpoint"
|
objectClass="org.eclipse.cdt.debug.core.model.ICBreakpoint"
|
||||||
id="org.eclipse.cdt.debug.ui.CBreakpointActions">
|
id="org.eclipse.cdt.debug.ui.CBreakpointActions">
|
||||||
<action
|
<action
|
||||||
label="%BreakpointPropertiesAction.label"
|
label="%BreakpointPropertiesAction.label"
|
||||||
|
|
Loading…
Add table
Reference in a new issue