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

Method setIgnoreHits

kdevplatform/debugger/breakpoint/breakpoint.cpp:377–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void Breakpoint::setIgnoreHits(int c)
378{
379 if (m_ignoreHits != c) {
380 m_ignoreHits = c;
381 reportChange(IgnoreHitsColumn);
382 }
383}
384
385int Breakpoint::ignoreHits() const
386{

Callers 5

testDocumentSaveMethod · 0.45
testDocumentReloadMethod · 0.45
updateFromDebuggerMethod · 0.45

Calls

no outgoing calls

Tested by 4

testDocumentSaveMethod · 0.36
testDocumentReloadMethod · 0.36