diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-03-11 11:23:21 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-05-12 15:09:13 +0200 |
commit | ed225faf31c9b3aa47154260aa1a7826d728acc8 (patch) | |
tree | 9b4ae87b8b500582afd4d1501e98471b874d4d28 /core/debugger/remote_debugger.h | |
parent | beb87504e076afeb37e5f2765c8417f92a044e13 (diff) |
Add support for multiple RemoteDebuggerPeer(s).
It is now possible to register protocol handlers (default tcp://) to
support additional debugging communication layers (e.g. websocket).
Diffstat (limited to 'core/debugger/remote_debugger.h')
-rw-r--r-- | core/debugger/remote_debugger.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/debugger/remote_debugger.h b/core/debugger/remote_debugger.h index cac0bc3730..dc7e4436e1 100644 --- a/core/debugger/remote_debugger.h +++ b/core/debugger/remote_debugger.h @@ -108,8 +108,6 @@ private: Error _try_capture(const String &p_name, const Array &p_data, bool &r_captured); public: - static RemoteDebugger *create_for_uri(const String &p_uri); - // Overrides void poll_events(bool p_is_idle); void send_message(const String &p_message, const Array &p_args); |