aboutsummaryrefslogtreecommitdiff
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
authorJan <sentrycraft123@gmail.com>2023-10-20 01:52:57 +0200
committerGitHub <noreply@github.com>2023-10-20 01:52:57 +0200
commit343b42c8a40298596dc83fdc8147b2a992ce7fb4 (patch)
tree20fc181baf9b07473fa283d73b3f451104923a4b /docs/SUMMARY.md
parent3d3ca19a3dc3cc9187c74e72924b6b1fb3da0985 (diff)
downloadNorthstarWiki-343b42c8a40298596dc83fdc8147b2a992ce7fb4.tar.gz
NorthstarWiki-343b42c8a40298596dc83fdc8147b2a992ce7fb4.zip
Add basic debugging documentation (#243)
Adds basic debugging documentation for Visual Studio and x64dbg
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 2befa78..039459d 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -58,6 +58,9 @@
* [Testing](development/testing.md)
* [Reviewing](development/reviewing.md)
* [Releases](development/releases.md)
+ * [Debugging](development/debugging/README.md)
+ * [Visual Studio](development/debugging/visualstudio.md)
+ * [x64dbg](development/debugging/x64dbg.md)
## Other