mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Likely with bugs and with some features are missing, as well as profiler support, but VisualScript should be more or less done!
This commit is contained in:
parent
259418f827
commit
9890c1d2ca
26 changed files with 794 additions and 52 deletions
|
|
@ -220,6 +220,7 @@ void ScriptEditorDebugger::debug_continue() {
|
|||
msg.push_back("continue");
|
||||
ppeer->put_var(msg);
|
||||
|
||||
|
||||
}
|
||||
|
||||
void ScriptEditorDebugger::_scene_tree_folded(Object* obj) {
|
||||
|
|
@ -360,7 +361,7 @@ void ScriptEditorDebugger::_parse_message(const String& p_msg,const Array& p_dat
|
|||
forward->set_disabled(true);
|
||||
dobreak->set_disabled(false);
|
||||
docontinue->set_disabled(true);
|
||||
emit_signal("breaked",false,false);
|
||||
emit_signal("breaked",false,false,Variant());
|
||||
//tabs->set_current_tab(0);
|
||||
profiler->set_enabled(true);
|
||||
profiler->disable_seeking();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue