MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / Debugger

Method Debugger

CppCoverage/Debugger.cpp:60–68  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

58
59 //-------------------------------------------------------------------------
60 Debugger::Debugger(
61 bool coverChildren,
62 bool continueAfterCppException,
63 bool stopOnAssert)
64 : coverChildren_{ coverChildren }
65 , continueAfterCppException_{ continueAfterCppException }
66 , stopOnAssert_{ stopOnAssert }
67 {
68 }
69
70 //-------------------------------------------------------------------------
71 int Debugger::Debug(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected