缘起
- 作为开发人员,日常工作中做得最多的就是两件事:调试和编码。
内容
一、Clion
1.0、通用安装与配置
- 1、单步调试
- 2、添加模板代码
File -> Setting -> Editor -> File and Code Templates
- 3、CMake自动配置
File -> Settings -> Plugins,选择Marketplace选项卡 搜索C/C++ Single FIle Execution 安装即可
- (十四)实践出真知——CMakeLists语法与实战
二、VSCode
2.0、通用配置
- 配置
Remote-ssh
工具,这样可以访问服务器上的代码,不需要再用samba
的方式