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

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Passing Variables from AngelScript to C++ -