1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Extend DAP to allow debug main/current/specific_scene and also commanline arguments - fix https://github.com/godotengine/godot-proposals/discussions/12121

Co-authored-by: Artemy Fedotov <47072685+fstxz@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Ivan Shakhov
2025-08-15 15:36:06 +02:00
parent 9dde5688a5
commit ecf6620ab7
4 changed files with 28 additions and 5 deletions

View File

@@ -86,6 +86,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