1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Merge pull request #109637 from van800/shakhov/dap

Extend DAP to allow debug main/current/specific_scene/secondary_editor and also commanline arguments
This commit is contained in:
Thaddeus Crews
2025-10-24 11:23:05 -05:00
4 changed files with 28 additions and 5 deletions

View File

@@ -85,6 +85,7 @@ public:
Dictionary req_godot_put_msg(const Dictionary &p_params) const;
// Internal requests
Vector<String> _extract_play_arguments(const Dictionary &p_args) const;
Dictionary _launch_process(const Dictionary &p_params) const;
// Events