MCPcopy 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
83bool ScriptDebugger::is_skipping_breakpoints() {
84 return skip_breakpoints;
85}
86
87void ScriptDebugger::set_ignore_error_breaks(bool p_ignore) {
88 ignore_error_breaks = p_ignore;

Callers 1

debugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected