Vim and debuggers

This page summarizes the projects mentioned and recommended in the original post on /r/vim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vim-lsp

    async language server protocol plugin for vim and neovim

  • It is also a good time to voice it here https://github.com/prabirshrestha/vim-lsp/discussions/1255

  • coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

  • I have been using Vim with LSP (with CoC and now with Vim-LSP) and I love it.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • vimspector

    vimspector - A multi-language debugging system for Vim

  • Vimspector which uses DAP (which is an equivalent of LSP for debuggers)

  • vdebug

    Multi-language DBGP debugger client for Vim (PHP, Python, Perl, Ruby, etc.)

  • VDebug which uses the DBGP protocol

  • pudb

    Full-screen console debugger for Python

  • Most of my work these days is in python, for which my preferred debugger is pudb. For integration into vim, I maintain a small plugin for managing breakpoints: vim-pudb-and-jam

  • vim-pudb-and-jam

    Manage pudb breakpoints directly from vim

  • Most of my work these days is in python, for which my preferred debugger is pudb. For integration into vim, I maintain a small plugin for managing breakpoints: vim-pudb-and-jam

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts