From dc62389739bcc9ece889230cdd07cc6a2cb04a2d Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 18 Aug 2017 10:59:31 -0300 Subject: -Properly check limits to objects sent (regarding to size), fixes #9034 -Changed the way objects are marshalled and sent to the debugger -Editing debugged objects happens in the remote inspector now --- core/script_debugger_remote.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/script_debugger_remote.h') diff --git a/core/script_debugger_remote.h b/core/script_debugger_remote.h index 924e3774a..cf75c0eb4 100644 --- a/core/script_debugger_remote.h +++ b/core/script_debugger_remote.h @@ -126,6 +126,8 @@ class ScriptDebuggerRemote : public ScriptDebugger { Vector profile_frame_data; + void _put_variable(const String &p_name, const Variant &p_variable); + public: struct ResourceUsage { -- cgit v1.2.3-70-g09d2