All Projects → jodosha → Vim Godebug

jodosha / Vim Godebug

Licence: mit
Go debugging for Vim

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Vim Godebug

Vim Quickrun
Run commands quickly.
Stars: ✭ 671 (+53.55%)
Mutual labels:  debug, vim-plugin
Vim Windowswap
Swap your windows without ruining your layout
Stars: ✭ 405 (-7.32%)
Mutual labels:  editor-plugin, vim-plugin
Spacevim
Spacemacs for vim
Stars: ✭ 366 (-16.25%)
Mutual labels:  vim-plugin
Vim Pizza
My initial attempt at trying to order pizza from within vim.
Stars: ✭ 414 (-5.26%)
Mutual labels:  vim-plugin
Bagel
a little native network debugging tool for iOS
Stars: ✭ 4,005 (+816.48%)
Mutual labels:  debug
Xcglogger
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
Stars: ✭ 3,710 (+748.97%)
Mutual labels:  debug
Vim Cursorword
Underlines the word under the cursor
Stars: ✭ 401 (-8.24%)
Mutual labels:  vim-plugin
Beeprint
make your debug printing more friendly
Stars: ✭ 348 (-20.37%)
Mutual labels:  debug
Vim Markdown Toc
A vim 7.4+ plugin to generate table of contents for Markdown files.
Stars: ✭ 427 (-2.29%)
Mutual labels:  vim-plugin
Go Debug
🐛 A go debugger for atom using delve.
Stars: ✭ 390 (-10.76%)
Mutual labels:  debug
Nnn.vim
File manager for vim/neovim powered by n³
Stars: ✭ 414 (-5.26%)
Mutual labels:  vim-plugin
Lens.vim
A Vim Automatic Window Resizing Plugin
Stars: ✭ 381 (-12.81%)
Mutual labels:  vim-plugin
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (-14.42%)
Mutual labels:  debug
Barbar.nvim
A neovim tabline plugin.
Stars: ✭ 359 (-17.85%)
Mutual labels:  vim-plugin
Rainbow levels.vim
A different approach to code highlighting.
Stars: ✭ 415 (-5.03%)
Mutual labels:  vim-plugin
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+762.47%)
Mutual labels:  debug
Vim Plugins
Vim plug-ins which offer support for various programming languages.
Stars: ✭ 381 (-12.81%)
Mutual labels:  vim-plugin
Environmentswitcher
🔥No repackage, switch environment with one click.(无需重新打包,一键切换环境 )
Stars: ✭ 401 (-8.24%)
Mutual labels:  debug
Boxx
Tool-box for efficient build and debug in Python. Especially for Scientific Computing and Computer Vision.
Stars: ✭ 429 (-1.83%)
Mutual labels:  debug
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+924.94%)
Mutual labels:  vim-plugin

vim-godebug

Go debugging for Vim.

See it in action

vim-godebug

Prerequisites

  • Go
  • Neovim
  • vim-go
  • Delve
  • On macOS, it is advised to install through brew, due to problems with certificates.

Installation

Copy all files to your ~/.vim directory or use Tim Pope's excellent pathogen plugin (http://github.com/tpope/vim-pathogen).

Usage

:call GoToggleBreakpoint() to add or remove a breakpoint at the current line :call GoDebug() to start a debug session for the main package

Development and Improvements

This is a tool that is useful for my workflow. If you think it's useful, be my guest and use it too.

I won't actively support this plugin. If you find a bug, or want an improvement, please open a PR if you want to see it fixed.

Troubleshooting

Error detected while processing function godebug#debug

vim is not yet supported. Try it with neovim.

Copyright

2017 - Luca Guidi - https://lucaguidi.com

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].