aboutsummaryrefslogtreecommitdiff
path: root/docs/development/debugging/README.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/development/debugging/README.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/development/debugging/README.md')
-rw-r--r--docs/development/debugging/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/development/debugging/README.md b/docs/development/debugging/README.md
new file mode 100644
index 0000000..bf8a47d
--- /dev/null
+++ b/docs/development/debugging/README.md
@@ -0,0 +1,10 @@
+# Debugging
+
+{% hint style="warning" %}
+Debugging Northstar is only recommended to experienced developers.
+If you need help figuring out an issue feel free to visit the Northstar Discord.
+{% endhint %}
+
+## Contents
+* [Visual Studio](visualstudio.md)
+* [x64dbg](x64dbg.md) \ No newline at end of file