CLion 2024.1 Help

Debugger console

During a debug session, you can access the GDB/LLDB console directly from CLion.

  1. In Debug tool window, open the tab marked as LLDB or GDB:

    Debugger console tab
  2. This tab shows the debugger's output/error stream and lets you run GDB/LLDB commands.

Ctrl+Shift+F10

Quick 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.

Ctrl+Space or Tab

Invokes command completion provided by GDB or LLDB, respectfully.

Completion in debugger console
Last modified: 16 April 2024