c - Insert a printf inside each function call with vim -
i debugging c code embedded systems (backtrace no option) , have repetitive task consists in putting printf each function call find real caller of function in specific time of code execution.
i using cscope tool along cctree vim plugin find callers , helpful if wrote vimrc configuration or if there magical vim plugin this.
you can use cscope vim plugin cscope_maps.
for more details on using cscope , vim refer cscope , vim
Comments
Post a Comment