Merge pull request #69148 from zaevi/fix_debugger_inspect_sub_object

Fix debugger can't inspect sub objects.
This commit is contained in:
Rémi Verschelde 2022-11-25 10:01:58 +01:00
commit 569e5fd1aa
No known key found for this signature in database
GPG Key ID: C3336907360768E1

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"));