MCPcopy Create free account
hub / github.com/KDE/kdevelop / breakpointConfig

Function breakpointConfig

kdevplatform/debugger/tests/test_breakpointmodel.cpp:78–81  ·  view source on GitHub ↗

Get breakpoint config group. NOTE: this config is written into "~/.qttest/share/test_breakpointmodel/sessions/{session-UUID}/sessionrc"

Source from the content-addressed store, hash-verified

76/// NOTE: this config is written into
77/// "~/.qttest/share/test_breakpointmodel/sessions/{session-UUID}/sessionrc"
78KConfigGroup 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.

Callers 2

initMethod · 0.85

Calls 2

configMethod · 0.45
activeSessionMethod · 0.45

Tested by

no test coverage detected