From 373049af619657d4146562fd1dd926763f58776d Mon Sep 17 00:00:00 2001 From: Andrew Ferrier Date: Fri, 10 Jan 2025 13:56:29 +0000 Subject: [PATCH] docs: Add link re: low-tech approach --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 279be14..2fbbdb3 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ ## Overview -`debugprint` is a NeoVim plugin that simplifies debugging for those who prefer a -low-tech approach. Instead of using a sophisticated debugger like +`debugprint` is a NeoVim plugin that simplifies debugging [for those who prefer a low-tech approach](https://www.polymonster.co.uk/blog/printf-debugging-is-ok). +Instead of using a sophisticated debugger like [nvim-dap](https://github.com/mfussenegger/nvim-dap), some people prefer using a 'print'-like statement to trace the output during execution. With `debugprint`, you can insert these statements, including the values of variables, relevant to