安装编译、开发环境
yum install make automake gcc gcc-c++ kernel-devel -y
yum install perl perl-CGI -y
下载源码并编译
cd /opt
mkdir code
cd code
git clone https://github.com/jian488/tinyhttpd.git
cd tinyhttpd
make httpd-debug

编译结果
源码导入clion,一路OK

导入源码
编辑Makefile Application

httpd-debug
打断点,蜘蛛debug运行

debug运行

输入red提交

显示红色