MCPcopy 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
391void Breakpoint::setCondition(const QString& c)
392{
393 if (c != m_condition) {
394 m_condition = c;
395 reportChange(ConditionColumn);
396 }
397}
398
399QString Breakpoint::condition() const
400{

Callers 6

testDocumentSaveMethod · 0.80
testDocumentReloadMethod · 0.80
updateFromDebuggerMethod · 0.80
testBreakpointErrorsMethod · 0.80

Calls

no outgoing calls

Tested by 5

testDocumentSaveMethod · 0.64
testDocumentReloadMethod · 0.64
testBreakpointErrorsMethod · 0.64