debug call function() to debug a function in vim

2011-09-04 1 min read Vim Tips
Image via Wikipedia Have you ever wished that you could either see what is going on initially at the vim startup like you could do with C program in the gdm mode, but really did not want to go through gdb. Or rather you sometime felt that some function defined by some plugin is causing some issue and you wanted to debug just that function. Well you need not wish anymore, the functionality is already there. Continue reading