Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
377
void Breakpoint::setIgnoreHits(int c)
378
{
379
if (m_ignoreHits != c) {
380
m_ignoreHits = c;
381
reportChange(IgnoreHitsColumn);
382
}
383
}
384
385
int Breakpoint::ignoreHits() const
386
{
Callers
5
testDocumentSave
Method · 0.45
testDocumentReload
Method · 0.45
testModifiedDocumentReload
Method · 0.45
updateFromDebugger
Method · 0.45
testIgnoreHitsBreakpoint
Method · 0.45
Calls
no outgoing calls
Tested by
4
testDocumentSave
Method · 0.36
testDocumentReload
Method · 0.36
testModifiedDocumentReload
Method · 0.36
testIgnoreHitsBreakpoint
Method · 0.36