mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-155180 Configuration to not open debugger window automatically
This commit is contained in:
@@ -93,7 +93,9 @@ public class XDebugSessionTab extends DebuggerSessionTabBase {
|
||||
}
|
||||
}
|
||||
}
|
||||
return new XDebugSessionTab(session, icon, environment);
|
||||
XDebugSessionTab tab = new XDebugSessionTab(session, icon, environment);
|
||||
tab.myRunContentDescriptor.setActivateToolWindowWhenAdded(contentToReuse == null || contentToReuse.isActivateToolWindowWhenAdded());
|
||||
return tab;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user