mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Neglected to copy breakpoint number into DMData
This commit is contained in:
parent
6fa60a512c
commit
b7f97865b7
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ public class MIBreakpointDMData implements IBreakpointDMData {
|
|||
|
||||
fProperties.put(MIBreakpoints.BREAKPOINT_TYPE, MIBreakpoints.CATCHPOINT);
|
||||
fProperties.put(MIBreakpoints.CATCHPOINT_TYPE, dsfMIBreakpoint.getCatchpointType());
|
||||
fProperties.put(NUMBER, dsfMIBreakpoint.getNumber());
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue