debug call function() to debug a function in vim

2011-09-04 187 words 1 min read

Drawn in Autosketch + pasting in words from Excel
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.

 

If you want to debut a function then you can simply call the function in debug mode, while you are in vim mode.

  <td>
    <div class="text codecolorer">
      &nbsp;:debug call()
    </div>
  </td>
</tr>
1

You can use continue/next/quit and finish like in any other debugger out there in the wild.

And if you wanted to debug the startup then you can do this :

  <td>
    <div class="text codecolorer">
      vim -D
    </div>
  </td>
</tr>
1

HTH.

You can get more info here.

 

Enhanced by Zemanta

author

Authored By Amit Agarwal

Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.

We notice you're using an adblocker. If you like our webite please keep us running by whitelisting this site in your ad blocker. We’re serving quality, related ads only. Thank you!

I've whitelisted your website.

Not now
This website uses cookies to ensure you get the best experience on our website. Learn more Got it