branch: externals/dape
commit 3d800b349e35d3b61c5da9459c0d1ff5bb0f7081
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Add godot example config
---
README.org | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/README.org b/README.org
index 49a4e2395d..b395f1461a 100644
--- a/README.org
+++ b/README.org
@@ -191,6 +191,19 @@ Install debugpy with pip ~pip install debugpy~
See
[[https://github.com/microsoft/debugpy/wiki/Debug-configuration-settings][options]].
+** Godot
+Configure debug adapter port under "Editor" -> "Editor Settings" -> "Debug
Adapter".
+
+#+begin_src emacs-lisp
+ (add-to-list 'dape-configs
+ '(godot-launch
+ modes (gdscript-mode)
+ host "127.0.0.1"
+ port 6006
+ :type "server"
+ :request "launch"))
+#+end_src
+
** Other untested adapters
If you find a working configuration for any other debug adapter please submit
a PR.