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

Method is_debuggable

editor/debugger/editor_debugger_plugin.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102bool EditorDebuggerSession::is_debuggable() {
103 ERR_FAIL_NULL_V_MSG(debugger, false, "Plugin is not attached to debugger.");
104 return debugger->is_debuggable();
105}
106
107bool EditorDebuggerSession::is_active() {
108 ERR_FAIL_NULL_V_MSG(debugger, false, "Plugin is not attached to debugger.");

Callers 1

_break_state_changedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected