Created
June 13, 2014 03:13
-
-
Save vincent178/acd21d63cccc2d001319 to your computer and use it in GitHub Desktop.
vdebug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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