| 235 | } |
| 236 | |
| 237 | ScriptEditorDebugger *EditorDebuggerNode::get_debugger(int p_id) const { |
| 238 | return Object::cast_to<ScriptEditorDebugger>(tabs->get_tab_control(p_id)); |
| 239 | } |
| 240 | |
| 241 | ScriptEditorDebugger *EditorDebuggerNode::get_previous_debugger() const { |
| 242 | return Object::cast_to<ScriptEditorDebugger>(tabs->get_tab_control(tabs->get_previous_tab())); |
no test coverage detected