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

Method SetHandledByDebugger

lib/base/exception.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void ScriptError::SetHandledByDebugger(bool handled)
335{
336 m_HandledByDebugger = handled;
337}
338
339const char* posix_error::what() const noexcept
340{

Callers 1

BreakpointHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected