Neovim for Beginners — Print Debugging
Simple debugging using the print statement.
We talked about debugging in several articles in this series. Sometimes debugging can be simple. E.g., we may just want to print out some variables for inspection.
In this article, let’s explore plugins that make print debugging easier for us.