mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 05:15:43 +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.BREAKPOINT_TYPE, MIBreakpoints.CATCHPOINT);
|
||||||
fProperties.put(MIBreakpoints.CATCHPOINT_TYPE, dsfMIBreakpoint.getCatchpointType());
|
fProperties.put(MIBreakpoints.CATCHPOINT_TYPE, dsfMIBreakpoint.getCatchpointType());
|
||||||
|
fProperties.put(NUMBER, dsfMIBreakpoint.getNumber());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue