mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 20:24:41 +00:00
parent
a2992d5955
commit
6c27df8df6
9 changed files with 23 additions and 13 deletions
|
|
@ -530,6 +530,8 @@ void ScriptEditorDebugger::_notification(int p_what) {
|
|||
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
|
||||
inspector->edit(variables);
|
||||
|
||||
step->set_icon( get_icon("DebugStep","EditorIcons"));
|
||||
next->set_icon( get_icon("DebugNext","EditorIcons"));
|
||||
back->set_icon( get_icon("Back","EditorIcons"));
|
||||
|
|
@ -1308,7 +1310,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor){
|
|||
pending_in_queue=0;
|
||||
|
||||
variables = memnew( ScriptEditorDebuggerVariables );
|
||||
inspector->edit(variables);
|
||||
|
||||
breaked=false;
|
||||
|
||||
tabs->add_child(dbg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue