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

Method set_live_debugging

editor/debugger/editor_debugger_node.cpp:832–836  ·  view source on GitHub ↗

LiveDebug

Source from the content-addressed store, hash-verified

830
831// LiveDebug
832void EditorDebuggerNode::set_live_debugging(bool p_enabled) {
833 _for_all(tabs, [&](ScriptEditorDebugger *dbg) {
834 dbg->set_live_debugging(p_enabled);
835 });
836}
837
838void EditorDebuggerNode::update_live_edit_root() {
839 _for_all(tabs, [&](ScriptEditorDebugger *dbg) {

Callers 1

_menu_optionMethod · 0.45

Calls 1

_for_allFunction · 0.85

Tested by

no test coverage detected