mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +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
|
||||
Adapter for 'IResource' in 'DisassemblyEditorInput'.
|
||||
* DisassemblyEditorInput.java
|
||||
|
|
|
@ -341,7 +341,7 @@
|
|||
</action>
|
||||
</viewerContribution>
|
||||
<objectContribution
|
||||
objectClass="org.eclipse.cdt.debug.core.ICBreakpoint"
|
||||
objectClass="org.eclipse.cdt.debug.core.model.ICBreakpoint"
|
||||
id="org.eclipse.cdt.debug.ui.CBreakpointActions">
|
||||
<action
|
||||
label="%BreakpointPropertiesAction.label"
|
||||
|
|
Loading…
Add table
Reference in a new issue