How can I debug Python code in neovim!

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nvim-dap

    Debug Adapter Protocol client implementation for Neovim

    You could use nvim-dap with nvim-dap-python.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • nvim-dap-python

    An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.

    You could use nvim-dap with nvim-dap-python.

  • pudb

    Full-screen console debugger for Python

    I simply use the superb pudb. Press ctrl+e to open the current file at the current line in your editor.

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

  • Can you get better dapui varibles?

    1 project | /r/neovim | 6 Dec 2023
  • How to start using Neovim for c++ development and debugging

    1 project | /r/neovim | 10 Jul 2023
  • How to debug python code in neovim

    2 projects | /r/neovim | 1 Jul 2023
  • How to display variable values inline?

    2 projects | /r/neovim | 22 Jun 2023
  • Q: Setting up typescript debugger for neovim?

    2 projects | /r/neovim | 15 May 2023

Did you konow that Lua is
the 17th most popular programming language
based on number of metions?