Allow to select multiple remote nodes at runtime
This commit is contained in:
parent
a77a28c029
commit
5c66129e62
22 changed files with 1441 additions and 527 deletions
|
|
@ -843,7 +843,9 @@ bool DebugAdapterProtocol::request_remote_object(const ObjectID &p_object_id) {
|
|||
return false;
|
||||
}
|
||||
|
||||
EditorDebuggerNode::get_singleton()->get_default_debugger()->request_remote_object(p_object_id);
|
||||
TypedArray<uint64_t> arr;
|
||||
arr.append(p_object_id);
|
||||
EditorDebuggerNode::get_singleton()->get_default_debugger()->request_remote_objects(arr);
|
||||
object_pending_set.insert(p_object_id);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue