From c63f94e691608480fac56c214ebcd1ca4eb6f165 Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Tue, 12 Aug 2008 16:00:12 +0000 Subject: [PATCH] [243899] Commented out the call to terminate() until the exception it throws can be investigated. --- .../src/org/eclipse/dd/mi/service/MIBreakpointsManager.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/org.eclipse.dd.mi/src/org/eclipse/dd/mi/service/MIBreakpointsManager.java b/plugins/org.eclipse.dd.mi/src/org/eclipse/dd/mi/service/MIBreakpointsManager.java index 1cae899564d..8914d8af99f 100644 --- a/plugins/org.eclipse.dd.mi/src/org/eclipse/dd/mi/service/MIBreakpointsManager.java +++ b/plugins/org.eclipse.dd.mi/src/org/eclipse/dd/mi/service/MIBreakpointsManager.java @@ -1236,7 +1236,9 @@ public class MIBreakpointsManager extends AbstractDsfService implements IBreakpo @DsfServiceEventHandler public void eventDispatched(ICommandControlShutdownDMEvent e) { - terminated(); + // bug 243899: The call to terminate results in an exception, + // need to investigate. + //terminated(); } private void terminated() {