Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ debug_next
Method
debug_next
editor/debugger/editor_debugger_node.cpp:670–672 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
668
}
669
670
void EditorDebuggerNode::debug_next() {
671
get_current_debugger()->debug_next();
672
}
673
674
void EditorDebuggerNode::debug_step() {
675
get_current_debugger()->debug_step();
Callers
1
req_next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected