From 4e514883a88eeb2cf7741eb8130e6198b9c41f64 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Mon, 20 Nov 2023 13:41:00 +0000 Subject: [PATCH] Update DEBUGGING.md --- docs/DEBUGGING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEBUGGING.md b/docs/DEBUGGING.md index a2a42e335..ccf25f809 100644 --- a/docs/DEBUGGING.md +++ b/docs/DEBUGGING.md @@ -28,6 +28,6 @@ For help, see: https://nodejs.org/en/docs/inspector ``` 5. Set your breakpoints, add debug code, and hit the play button. -6. Confirm that you attached the debugger to continue command execution -7. Squash them bugs 🐛🔨. +6. Confirm that you attached the debugger to continue command execution. +7. Resolve the problem. 8. [Optional but recommended] Pay it forward and implement a similar approach to other internal/external tooling.