From 60b62e370ee566010f88e65df3981125dc17be2d Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Thu, 7 Sep 2023 16:06:30 -0400 Subject: Simplify README.md Add system-requirements.md Add using-git-bisect.md Add run-build-export.md Add cloning.md Add debugging.md Add rebasing.md Includes PR squashing Simplify .vscode/launch.json --- docs/contribution/debugging.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/contribution/debugging.md (limited to 'docs/contribution/debugging.md') diff --git a/docs/contribution/debugging.md b/docs/contribution/debugging.md new file mode 100644 index 0000000..e788c44 --- /dev/null +++ b/docs/contribution/debugging.md @@ -0,0 +1,12 @@ +# Debugging + +For debugging, foremost you must: + +1. Build the extension with dev_build, it is also recommended to include debug_symbols. To do so run `scons dev_build=yes debug_symbols=yes`. + +2. Attach a debugger to Godot: + * For VSCode this has been mostly setup for you, in `.vscode/launch.json` just set `configuration.program` to your Godot binary path. + + * For Visual Studio: TODO + +3. Run the task with the debugger attached. \ No newline at end of file -- cgit v1.2.3-56-ga3b1