CLion Development Tools | 03 - CLion Compile and Build Configuration

Column introduction

1. Compile toolchain configuration

2. Compile the project

Click the hammer button or press the shortcut key to compile the project:

the message bar at the bottom displays the compilation information:

Three, run

Click the run button or press the shortcut key to run the executable file:
the Run column at the bottom displays the compiled output results:

4. Debugging


Debug interface:

GDB command line interface:

Guess you like

Origin blog.csdn.net/Mculover666/article/details/130435424