| 746 | bool StartDebuggerIfEnabled(); |
| 747 | void StopDebuggerIfNeeded(int exitCode); |
| 748 | std::shared_ptr<cmDebugger::cmDebuggerAdapter> GetDebugAdapter() |
| 749 | const noexcept |
| 750 | { |
| 751 | return this->DebugAdapter; |
| 752 | } |
| 753 | #endif |
| 754 | |
| 755 | protected: |
no outgoing calls
no test coverage detected