Skip to content

Instantly share code, notes, and snippets.

@vincent178
Created June 13, 2014 03:13
Show Gist options
  • Save vincent178/acd21d63cccc2d001319 to your computer and use it in GitHub Desktop.
Save vincent178/acd21d63cccc2d001319 to your computer and use it in GitHub Desktop.
vdebug
vdebug
• <F5>: start/run (to next breakpoint/end of script)
• <F2>: step over
• <F3>: step into
• <F4>: step out
• <F6>: stop debugging
• <F7>: detach script from debugger
• <F9>: run to cursor
• <F10>: set line breakpoint
• <F11>: show context variables (e.g. after "eval")
• <F12>: evaluate variable under cursor
• :Breakpoint <type> <args>: set a breakpoint of any type (see :help VdebugBreakpoints)
• :VdebugEval <code>: evaluate some code and display the result
• <Leader>e: evaluate the expression under visual highlight and display the result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment