You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Add missing variablesReference field to DAP evaluate request
(cherry picked from commit c07991ef36)
This commit is contained in:
committed by
Rémi Verschelde
parent
7eb4e71147
commit
6451422e72
@@ -468,6 +468,7 @@ Dictionary DebugAdapterParser::req_evaluate(const Dictionary &p_params) const {
|
|||||||
|
|
||||||
String value = EditorDebuggerNode::get_singleton()->get_var_value(args["expression"]);
|
String value = EditorDebuggerNode::get_singleton()->get_var_value(args["expression"]);
|
||||||
body["result"] = value;
|
body["result"] = value;
|
||||||
|
body["variablesReference"] = 0;
|
||||||
|
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user