MCPcopy Create free account
hub / github.com/Icinga/icinga2 / IsHandledByDebugger

Method IsHandledByDebugger

lib/base/exception.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329bool ScriptError::IsHandledByDebugger() const
330{
331 return m_HandledByDebugger;
332}
333
334void ScriptError::SetHandledByDebugger(bool handled)
335{

Callers 1

BreakpointHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected