-------------------------------------------------------------------------
| 59 | { |
| 60 | //------------------------------------------------------------------------- |
| 61 | void GetHandles(const std::filesystem::path& path, TestTools::T_HandlesFct action) |
| 62 | { |
| 63 | cov::StartInfo startInfo{ path }; |
| 64 | cov::Debugger debugger{ false, false, false }; |
| 65 | DebugEventsHandler debugEventsHandler{ action }; |
| 66 | |
| 67 | debugger.Debug(startInfo, debugEventsHandler); |
| 68 | } |
| 69 | |
| 70 | //--------------------------------------------------------------------- |
| 71 | boost::optional<cov::Options> Parse( |