FIx debugger can't inspect sub objects.

This commit is contained in:
Zae 2022-11-25 11:09:18 +08:00
parent cdfef0c852
commit 50704f27ed

View File

@ -1656,6 +1656,8 @@ ScriptEditorDebugger::ScriptEditorDebugger() {
add_child(tabs);
InspectorDock::get_inspector_singleton()->connect("object_id_selected", callable_mp(this, &ScriptEditorDebugger::_remote_object_selected));
{ //debugger
VBoxContainer *vbc = memnew(VBoxContainer);
vbc->set_name(TTR("Debugger"));