发布时间:2015-09-09 21:21:56
step1: 获取进程号:pgrep -l 进程名<br />step2: 开启gdb: gdb -p pid<br />step3: 调试: 1)、设置断点: b file:行号<br /> 2)、watch 变量名<br /> .........【阅读全文】
发布时间:2015-08-16 16:40:08
按照https://github.com/grpc/grpc/blob/master/INSTALL安装grpc<br />在make的过程中出现如下错误:<br /><span style="line-height:1.5;">make[1]: Entering directory `/home/work/chensijiao/opensource/grpc/third_party/protobuf'</span> <p class="p1"><span class="s1">make[1]: *** No rule to make target `c.........【阅读全文】