| 247 | } |
| 248 | |
| 249 | ScriptEditorDebugger *EditorDebuggerNode::get_default_debugger() const { |
| 250 | return Object::cast_to<ScriptEditorDebugger>(tabs->get_tab_control(0)); |
| 251 | } |
| 252 | |
| 253 | String EditorDebuggerNode::get_server_uri() const { |
| 254 | ERR_FAIL_COND_V(server.is_null(), ""); |
no test coverage detected