Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setCondition
Method
setCondition
kdevplatform/debugger/breakpoint/breakpoint.cpp:391–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
390
391
void Breakpoint::setCondition(const QString& c)
392
{
393
if (c != m_condition) {
394
m_condition = c;
395
reportChange(ConditionColumn);
396
}
397
}
398
399
QString Breakpoint::condition() const
400
{
Callers
6
testDocumentSave
Method · 0.80
testDocumentReload
Method · 0.80
updateFromDebugger
Method · 0.80
testConditionBreakpoint
Method · 0.80
testBreakOnWriteWithConditionBreakpoint
Method · 0.80
testBreakpointErrors
Method · 0.80
Calls
no outgoing calls
Tested by
5
testDocumentSave
Method · 0.64
testDocumentReload
Method · 0.64
testConditionBreakpoint
Method · 0.64
testBreakOnWriteWithConditionBreakpoint
Method · 0.64
testBreakpointErrors
Method · 0.64