From 6941bac445219fb9b053818216dc2c37c3b50cb7 Mon Sep 17 00:00:00 2001 From: Alessio Greggi Date: Sat, 7 Oct 2023 13:06:43 +0200 Subject: [PATCH] docs: add debugging section Signed-off-by: Alessio Greggi --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9bd3be0..5f56f25 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ Alternatively, you can easily download the latest release using the one liner: curl -s https://raw.githubusercontent.com/alegrey91/harpoon/main/install | sudo sh ``` +## Debugging + +In case you want to run the application locally, I've provided the [`.vscode/launch.json`](.vscode/launch.json) file to easily debug the application with `root` privileges in `vscode`. Just replace the parameters marked with `<>`. + ## References I would like to point out that without the references mentioned below this project would never have come to life.