摘要: cmake: cmake -G [] -DCMAKE_BUILD_TYPE=[] PATH confige: ccmake ... turn OPTIMIZE off to debug in gdb; turn DEBUG_OUTPUT on to show debug info. cgdb: sw 阅读全文
posted @ 2016-04-23 23:54 rainker 阅读(166) 评论(0) 推荐(0)
摘要: cscope: in vim: help cs and you will find anything you want. cscope -Rbq; find . -name "*.h" -o -name "*.c" -o -name "*.cc" > cscope.files find . -nam 阅读全文
posted @ 2016-04-23 23:52 rainker 阅读(103) 评论(0) 推荐(0)
摘要: brew install csope; download taglist and ctags from the website,follow the instrusion to install; edit .vimrc file: add: let Tlist_Ctags_Cmd='/usr/loc 阅读全文
posted @ 2016-04-21 17:03 rainker 阅读(171) 评论(0) 推荐(0)