-------------------------------------------------------------------------
| 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( |
nothing calls this directly
no outgoing calls
no test coverage detected