All Projects → haya14busa → Vim Debugger

haya14busa / Vim Debugger

🐾 Vim script debugger 🐛

Labels

Projects that are alternatives of or similar to Vim Debugger

Vim Hardy
Arduino IDE intregation for vim.
Stars: ✭ 39 (-17.02%)
Mutual labels:  viml
Vim Hexedit
Hexedit is a plug-in under VIM, which is used to strengthen the hex editing ability of VIM.
Stars: ✭ 42 (-10.64%)
Mutual labels:  viml
Vimrc1234567
Personalized vimrc with C++, Markdown, and text editing at its core.
Stars: ✭ 44 (-6.38%)
Mutual labels:  viml
Env
Stars: ✭ 39 (-17.02%)
Mutual labels:  viml
Vim Colors duotones
deprecated - please use Base2Tone-vim
Stars: ✭ 41 (-12.77%)
Mutual labels:  viml
Vimenv
Configure Vim environment
Stars: ✭ 42 (-10.64%)
Mutual labels:  viml
Cobalt2 Vim Theme
Vim port of cobalt2 sublime theme
Stars: ✭ 38 (-19.15%)
Mutual labels:  viml
Plaintasks.vim
An implementation of Sublime's PlainTasks plugin for Vim
Stars: ✭ 45 (-4.26%)
Mutual labels:  viml
Change Inside Surroundings.vim
vim plugin to change the contents of the innermost 'surrounding'
Stars: ✭ 41 (-12.77%)
Mutual labels:  viml
Vimrc
💺 Options for my preferred text editor.
Stars: ✭ 43 (-8.51%)
Mutual labels:  viml
Slack Memo Vim
Simple memo manager with Vim using Slack.
Stars: ✭ 40 (-14.89%)
Mutual labels:  viml
Minimum Awesome
A Vim setup that will get you into Vim and make it so that you don't want to pull your hair out.
Stars: ✭ 40 (-14.89%)
Mutual labels:  viml
Vim Textobj Lastpat
Vim plugin: Text objects for the last searched pattern
Stars: ✭ 42 (-10.64%)
Mutual labels:  viml
Github Commit Comment.vim
Vim Plugin for Commit Comment of GitHub
Stars: ✭ 39 (-17.02%)
Mutual labels:  viml
Vim Grepper
👾 Helps you win at grep.
Stars: ✭ 1,030 (+2091.49%)
Mutual labels:  viml
Csapprox
Make gvim-only colorschemes work transparently in terminal vim
Stars: ✭ 38 (-19.15%)
Mutual labels:  viml
Vimstuff
Various bits and pieces that work with Vim
Stars: ✭ 42 (-10.64%)
Mutual labels:  viml
Unite Colorscheme
A unite.vim plugin
Stars: ✭ 45 (-4.26%)
Mutual labels:  viml
Arua Meta
Standards, RFCs and discussion of the Arua language
Stars: ✭ 45 (-4.26%)
Mutual labels:  viml
One Dark.vim
A vim version of Atom's gorgeous one-dark color scheme
Stars: ✭ 43 (-8.51%)
Mutual labels:  viml

🐛 vim-debugger

vim-debugger is a Vim script debugger.

[The APIs might change]

:debug improved

https://gyazo.com/926142136e0429f032efabbc8e5e3c6c

Commands

command description
:DebugOn turn on debugging commands
:Debugger add breakpoint
>Current show current line and function in debug-mode with syntax highlight
>Break {lnum} add break point to {lnum} in a current function
>File show current file in debug-mode
>SID show <SID> in debug-mode
>DebugHelp show help for debug-mode
>Sfuncs list script-local functions in debug-mode

🐾 StackTrace

:StackTrace function vitalizer#command[37]..vitalizer#vitalize[69]..<SNR>210_search_dependence[20]..<SNR>211_import[11]..<SNR>211__import[20]..<SNR>211__build_module[18]..<SNR>218__vital_loaded[2]..<SNR>211_import[11]..<SNR>211__import: line    6:

https://gyazo.com/e3f70551a4ce1ab1f614542a4fac0921

command description
:StackTrace {throwpoint} show stacktrace
:CallStack {id} get callstack and save it as {id}
:CallStackReport {id} report {id} callstack
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].