* Called when the debugger UI is created so we can add our own content.
*/
@NotNull
@Override
public XDebugTabLayouter createTabLayouter() {
return new XDebugTabLayouter() {
@Override
public void registerAdditionalContent(@NotNull RunnerLayoutUi ui) {
Content gdbConsoleContent = ui.createContent("GdbRawConsoleContent",
m_gdbRawConsole.getComponent(), "GDB RAW Output", AllIcons.Debugger.ToolConsole,