(cherry picked from commit c07991ef36f8074897aa6082d6d9aebbde4d41c8)
@@ -468,6 +468,7 @@ Dictionary DebugAdapterParser::req_evaluate(const Dictionary &p_params) const {
String value = EditorDebuggerNode::get_singleton()->get_var_value(args["expression"]);
body["result"] = value;
+ body["variablesReference"] = 0;
return response;
}