diff options
| author | geequlim | 2017-06-25 17:20:01 +0800 |
|---|---|---|
| committer | geequlim | 2017-06-27 12:55:16 +0800 |
| commit | 6687484958412ff0f3bd6d97cbc1fcebc7ae64d2 (patch) | |
| tree | fdeae7b3668b0ff1d7c84f38741a9762d224f260 /editor/script_editor_debugger.h | |
| parent | 87fd71244be7b185f0525c6b33850f7075b1425a (diff) | |
| download | godot-6687484958412ff0f3bd6d97cbc1fcebc7ae64d2.tar.gz godot-6687484958412ff0f3bd6d97cbc1fcebc7ae64d2.tar.zst godot-6687484958412ff0f3bd6d97cbc1fcebc7ae64d2.zip | |
Diffstat (limited to 'editor/script_editor_debugger.h')
| -rw-r--r-- | editor/script_editor_debugger.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editor/script_editor_debugger.h b/editor/script_editor_debugger.h index 49a4abb6a..907c267d4 100644 --- a/editor/script_editor_debugger.h +++ b/editor/script_editor_debugger.h @@ -84,6 +84,8 @@ class ScriptEditorDebugger : public Control { int last_error_count; bool hide_on_stop; + bool enable_external_editor; + Ref<Script> stack_script; TabContainer *tabs; @@ -201,6 +203,11 @@ public: void set_hide_on_stop(bool p_hide); + bool get_debug_with_external_editor() const; + void set_debug_with_external_editor(bool p_enabled); + + Ref<Script> get_dump_stack_script() const; + void set_tool_button(Button *p_tb) { debugger_button = p_tb; } void reload_scripts(); |
