Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ is_skipping_breakpoints
Method
is_skipping_breakpoints
core/debugger/script_debugger.cpp:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool ScriptDebugger::is_skipping_breakpoints() {
84
return skip_breakpoints;
85
}
86
87
void ScriptDebugger::set_ignore_error_breaks(bool p_ignore) {
88
ignore_error_breaks = p_ignore;
Callers
1
debug
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected