1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Support REPL expressions through DAP evaluate request

This commit is contained in:
Ricardo Subtil
2024-09-30 14:15:09 +01:00
parent 6aac039ee7
commit 0d098d3cca
6 changed files with 71 additions and 11 deletions

View File

@@ -254,6 +254,8 @@ public:
void request_remote_tree();
const SceneDebuggerTree *get_remote_tree();
void request_remote_evaluate(const String &p_expression, int p_stack_frame);
void start(Ref<RemoteDebuggerPeer> p_peer);
void stop();