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