From 5d49c227da1088e434e651d50f9264e6a14cd630 Mon Sep 17 00:00:00 2001 From: crazy hugsy Date: Sun, 20 Aug 2023 19:06:41 -0700 Subject: [PATCH] Added docs to debug using VSCode (#995) This PR adds the documentation to use VSCode as a source debugging platform for GEF. It also fixes the PR template MD file, which had a non-terminated HTML comment tag. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +- docs/debugging.md | 54 ++++++++++++++++++++++++++++++-- scripts/vscode_debug.py | 7 +++++ 3 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 scripts/vscode_debug.py diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e3b0184c1..c15ff7cb5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,8 @@ -