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:
parent
4edc3e01e0
commit
c63f94e691
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue