1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 06:35:28 +02:00

[243899] Commented out the call to terminate() until the exception it throws can be investigated.

This commit is contained in:
Pawel Piech 2008-08-12 16:00:12 +00:00
parent 4edc3e01e0
commit c63f94e691

View file

@ -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() {