Get breakpoint config group. NOTE: this config is written into "~/.qttest/share/test_breakpointmodel/sessions/{session-UUID}/sessionrc"
| 76 | /// NOTE: this config is written into |
| 77 | /// "~/.qttest/share/test_breakpointmodel/sessions/{session-UUID}/sessionrc" |
| 78 | KConfigGroup breakpointConfig() |
| 79 | { |
| 80 | return ICore::self()->activeSession()->config()->group("Breakpoints"); |
| 81 | } |
| 82 | |
| 83 | /// Qt 5.15 does not have C++11 emplace() like functionality. |
| 84 | /// Make use of QList< std::shared_ptr< Breakpoint > > instead. |
no test coverage detected