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

Method is_breaked

editor/debugger/editor_debugger_plugin.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool EditorDebuggerSession::is_breaked() {
98 ERR_FAIL_NULL_V_MSG(debugger, false, "Plugin is not attached to debugger.");
99 return debugger->is_breaked();
100}
101
102bool EditorDebuggerSession::is_debuggable() {
103 ERR_FAIL_NULL_V_MSG(debugger, false, "Plugin is not attached to debugger.");

Callers 3

_debugger_changedMethod · 0.45
_break_state_changedMethod · 0.45
_pausedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected