File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Overview
4
4
5
- ` debugprint ` is a plugin for NeoVim that simplifies debugging for those who
6
- prefer a low-tech approach. While using a real debugger like
7
- [ nvim-dap] ( https://github.com/mfussenegger/nvim-dap ) is the gold standard for
8
- debugging a script or program, some prefer the use of the 'print' statement to
9
- trace the output during execution. ` debugprint ` allows quick insertion of
10
- appropriate 'print' statements based on the language being edited, including
11
- reference information to locate them quickly in output, as well as being able to
12
- output the values of variables.
5
+ ` debugprint ` is a NeoVim plugin that simplifies debugging for those who prefer a
6
+ low-tech approach. Instead of using a sophisticated debugger like
7
+ [ nvim-dap] ( https://github.com/mfussenegger/nvim-dap ) , some people prefer using
8
+ the 'print' statement to trace the output during execution. With ` debugprint ` ,
9
+ you can easily insert appropriate 'print' statements relevant to the language
10
+ you're editing. These statements include reference information for quick output
11
+ navigation and the ability to output variable values.
13
12
14
13
` debugprint ` supports the following filetypes/programming languages out-of-the-box:
15
14
You can’t perform that action at this time.
0 commit comments