MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_default_debugger

Method get_default_debugger

editor/debugger/editor_debugger_node.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

req_initializeMethod · 0.80
_launch_processMethod · 0.80
req_attachMethod · 0.80
req_scopesMethod · 0.80
req_nextMethod · 0.80
req_stepInMethod · 0.80
req_godot_put_msgMethod · 0.80
on_client_connectedMethod · 0.80
request_remote_objectMethod · 0.80

Calls 1

get_tab_controlMethod · 0.80

Tested by

no test coverage detected