@@ -22,15 +22,10 @@ Table of Contents *debugprint.nvim-table-of-contents*
22
22
23
23
`debugprint` is a NeoVim plugin that simplifies debugging for those who prefer
24
24
a low-tech approach. Instead of using a sophisticated debugger like nvim-dap
25
- <https://github.com/mfussenegger/nvim-dap >, some people prefer using a 'print'
26
- statement to trace the output during execution. With `debugprint` , you can
27
- insert 'print' statements, with debug information pre-populated, relevant to
28
- the language you’re editing. These statements can include variable values.
29
-
30
- `debugprint` supports 31 filetypes/programming languages out-of-the-box,
31
- including Python, JavaScript/TypeScript, Java, C/C++ and more. See
32
- | debugprint.nvim-the-comparison-table | for the full list. It can also be
33
- extended to support other languages.
25
+ <https://github.com/mfussenegger/nvim-dap >, some people prefer using a
26
+ 'print' -like statement to trace the output during execution. With `debugprint` ,
27
+ you can insert these statements, including the values of variables, relevant to
28
+ the language you’re editing.
34
29
35
30
36
31
==============================================================================
@@ -40,6 +35,9 @@ extended to support other languages.
40
35
<https://github.com/bergercookie/vim-debugstring >; updated for the NeoVim
41
36
generation. It:
42
37
38
+ - Supports 32 filetypes/programming languages out-of-the-box, including Python,
39
+ JavaScript/TypeScript, Java, C/C++ and | debugprint.nvim-more | . It can also be
40
+ extended to support other languages.
43
41
- Includes reference information in each 'print line' such as file names, line
44
42
numbers, a counter, and snippets of other lines to make it easier to
45
43
cross-reference them in output.
0 commit comments