mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-15 20:25:46 +02:00
Disable the console for the MI version just as the CLI version does.
This commit is contained in:
parent
7cf646142e
commit
8e347bf561
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ public class SharedLibraryManager extends Manager {
|
|||
if (infoSharedMI != null)
|
||||
{
|
||||
try {
|
||||
RxThread rxThread = miSession.getRxThread();
|
||||
rxThread.setEnableConsole(false);
|
||||
miSession.postCommand(infoSharedMI);
|
||||
MIInfoSharedLibraryInfo info = infoSharedMI.getMIInfoSharedLibraryInfo();
|
||||
if (info == null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue