mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Only call session terminate() on IOException.
This commit is contained in:
parent
d6695357c3
commit
e3ddcc2811
1 changed files with 1 additions and 1 deletions
|
@ -72,9 +72,9 @@ MIPlugin.getDefault().debugLog(line);
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
//e.printStackTrace();
|
//e.printStackTrace();
|
||||||
} finally {
|
|
||||||
session.getMIInferior().setTerminated();
|
session.getMIInferior().setTerminated();
|
||||||
session.terminate();
|
session.terminate();
|
||||||
|
} finally {
|
||||||
fireEvent(new MIExitEvent());
|
fireEvent(new MIExitEvent());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue