diff options
author | Hendrik Brucker <hendrik.brucker@mail.de> | 2023-05-11 04:17:03 +0200 |
---|---|---|
committer | Hendrik Brucker <hendrik.brucker@mail.de> | 2023-05-11 04:17:03 +0200 |
commit | dc46163b121993229fedc7853000bd9bcb9ec2de (patch) | |
tree | c699ce969c8c13e5278dc57e8e5f61ab06333f9f /editor/debugger/script_editor_debugger.h | |
parent | 74c34aed38cecf502c257938d268d5f522557a0e (diff) | |
download | redot-engine-dc46163b121993229fedc7853000bd9bcb9ec2de.tar.gz |
Improve editor state persistence
Diffstat (limited to 'editor/debugger/script_editor_debugger.h')
-rw-r--r-- | editor/debugger/script_editor_debugger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/debugger/script_editor_debugger.h b/editor/debugger/script_editor_debugger.h index 1659bbee8d..336a113163 100644 --- a/editor/debugger/script_editor_debugger.h +++ b/editor/debugger/script_editor_debugger.h @@ -284,6 +284,8 @@ public: void add_debugger_tab(Control *p_control); void remove_debugger_tab(Control *p_control); + int get_current_debugger_tab() const; + void switch_to_debugger(int p_debugger_tab_idx); void send_message(const String &p_message, const Array &p_args); void toggle_profiler(const String &p_profiler, bool p_enable, const Array &p_data); |