You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
FIx debugger can't inspect sub objects.
This commit is contained in:
@@ -1656,6 +1656,8 @@ ScriptEditorDebugger::ScriptEditorDebugger() {
|
|||||||
|
|
||||||
add_child(tabs);
|
add_child(tabs);
|
||||||
|
|
||||||
|
InspectorDock::get_inspector_singleton()->connect("object_id_selected", callable_mp(this, &ScriptEditorDebugger::_remote_object_selected));
|
||||||
|
|
||||||
{ //debugger
|
{ //debugger
|
||||||
VBoxContainer *vbc = memnew(VBoxContainer);
|
VBoxContainer *vbc = memnew(VBoxContainer);
|
||||||
vbc->set_name(TTR("Debugger"));
|
vbc->set_name(TTR("Debugger"));
|
||||||
|
|||||||
Reference in New Issue
Block a user