{"id":13479851,"url":"https://github.com/jodosha/vim-godebug","last_synced_at":"2025-04-05T21:07:28.951Z","repository":{"id":17062109,"uuid":"81069760","full_name":"jodosha/vim-godebug","owner":"jodosha","description":"Go debugging for Vim ","archived":false,"fork":false,"pushed_at":"2022-03-22T09:25:07.000Z","size":232,"stargazers_count":452,"open_issues_count":8,"forks_count":21,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T19:08:42.566Z","etag":null,"topics":["debug","editor-plugin","go","golang","vim","vim-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jodosha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-06T09:22:36.000Z","updated_at":"2025-01-31T18:08:37.000Z","dependencies_parsed_at":"2022-07-26T12:02:09.001Z","dependency_job_id":null,"html_url":"https://github.com/jodosha/vim-godebug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodosha%2Fvim-godebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodosha%2Fvim-godebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodosha%2Fvim-godebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodosha%2Fvim-godebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jodosha","download_url":"https://codeload.github.com/jodosha/vim-godebug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399877,"owners_count":20932876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debug","editor-plugin","go","golang","vim","vim-plugin"],"created_at":"2024-07-31T16:02:23.964Z","updated_at":"2025-04-05T21:07:28.933Z","avatar_url":"https://github.com/jodosha.png","language":"Vim script","readme":"# vim-GoDebug\n\nGo debugging for Vim.\n\n## See it in action\n\n![vim-godebug](https://github.com/jodosha/vim-go-debug/raw/master/vim-godebug.gif)\n\n## Prerequisites\n\n    * Go\n    * [Neovim](https://neovim.io/)\n    * [vim-go](https://github.com/fatih/vim-go)\n    * [Delve](https://github.com/derekparker/delve)\n    * On macOS, it is advised to install through [brew](https://github.com/derekparker/delve/blob/master/Documentation/installation/osx/install.md#via-homebrew), due to problems with certificates.\n\n## Installation\n\nGodebug follows the standard runtime path structure. There are some helper lines for your _vim/nvim_ for popular plugin managers.\n\n* [Vim 8 packages](http://vimhelp.appspot.com/repeat.txt.html#packages)\n  * `git clone https://github.com/jodosha/vim-godebug.git ~/.vim/pack/plugins/start/vim-go`\n* [Neovim packages](https://neovim.io/doc/user/repeat.html#packages)\n    * `git clone https://github.com/jodosha/vim-godebug.git ~/.local/share/nvim/site/pack/plugins/start/vim-go`\n* [Pathogen](https://github.com/tpope/vim-pathogen)\n  * `git clone https://github.com/jodosha/vim-godebug.git ~/.vim/bundle/vim-go`\n* [vim-plug](https://github.com/junegunn/vim-plug)\n    *  `Plug 'jodosha/vim-godebug'`\n* [Vundle](https://github.com/VundleVim/Vundle.vim)\n  * `Plugin 'jodosha/vim-godebug'`\n\n## Usage\n\n`:call GoToggleBreakpoint()` to add or remove a breakpoint at the current line\n`:call GoDebug()` to start a debug session for the main package\n\n## Development and Improvements\n\nThis is a tool that is useful for **my workflow**.\nIf you think it's useful, be my guest and use it too.\n\nI 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.\n\n## Troubleshooting\n\n### Error detected while processing function godebug#debug\n**vim** is not yet supported. Try it with **neovim**.\n\n## Copyright\n\n2017 - Luca Guidi - https://lucaguidi.com\n","funding_links":[],"categories":["Vim Script","Vim script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjodosha%2Fvim-godebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjodosha%2Fvim-godebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjodosha%2Fvim-godebug/lists"}