Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ debug_break
Method
debug_break
editor/debugger/editor_debugger_node.cpp:678–680 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
676
}
677
678
void EditorDebuggerNode::debug_break() {
679
get_current_debugger()->debug_break();
680
}
681
682
void EditorDebuggerNode::debug_continue() {
683
get_current_debugger()->debug_continue();
Callers
1
_paused
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected