I can get a Node in the running scene and pass it to editor plugin through EditorDebuggerSession. How can I then programmatically select it in the Remote Scene Tree Panel so I can inspect its Remote Properties through the Inspector?
Godot’s Embed Game View implements this feature, but I don’t know how it does it. Can anyone tell me how to implement this feature?