CLion 2016.1 Help

Debugging

General debugging steps

  1. Configure the debugger options.
  2. Define a run/debug configuration for the application to be debugged.
  3. Create breakpoints in the source code.
  4. Launch a debugging session.
  5. Pause or resume the debugging session as required.
  6. During the debugger session, step through the breakpoints, evaluate expressions, change values on-the-fly , examine suspended program, explore frames, and set watches .

After you've started a debug session, the debug icon that marks the Debug tool window toggles to debug_active to indicate that the debug process is active.

If you want to see a list of all currently running applications, select Run | Show Running List from the main menu. A popup listing all active applications will be displayed in the top-right corner of the editor.

See Also

Last modified: 20 July 2016