Neovim for Beginners — Debugging using vimspector
Code debugging using the vimspector plugin.

Previously we talked about debugging using DAP. In this article, let’s try out vimspector
. We use Python as the example but the steps are the same for other languages.
This article is part of the Neovim for Beginners series.