File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *debugprint.nvim.txt* For NVIM Last change: 2025-01-04
1
+ *debugprint.nvim.txt* For NVIM Last change: 2025-01-10
2
2
3
3
==============================================================================
4
4
Table of Contents *debugprint.nvim-table-of-contents*
@@ -27,7 +27,9 @@ Table of Contents *debugprint.nvim-table-of-contents*
27
27
1. Overview *debugprint.nvim-overview*
28
28
29
29
`debugprint` is a NeoVim plugin that simplifies debugging for those who prefer
30
- a low-tech approach. Instead of using a sophisticated debugger like nvim-dap
30
+ a low-tech approach
31
+ <https://www.polymonster.co.uk/blog/printf-debugging-is-ok >. Instead of using a
32
+ sophisticated debugger like nvim-dap
31
33
<https://github.com/mfussenegger/nvim-dap >, some people prefer using a
32
34
'print' -like statement to trace the output during execution. With `debugprint` ,
33
35
you can insert these statements, including the values of variables, relevant to
You can’t perform that action at this time.
0 commit comments