Build, run, debugDebugDebugger consoleDebugger consoleLast modified: 26 May 2024During a debug session, you can access the GDB/LLDB console directly from CLion.noteDebugger console is only available when the program is suspended.In Debug tool window, open the tab marked as LLDB or GDB: This tab shows the debugger's output/error stream and lets you run GDB/LLDB commands.CtrlShiftF10Quick switch to the debugger console (only available during a debug session).In case the Debug tool window is hidden, this action opens it and focuses on the debugger console tab.CtrlSpace or TabInvokes command completion provided by GDB or LLDB, respectfully.Thanks for your feedback!Was this page helpful?YesNo