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

Function breakpointMiLine

plugins/debuggercommon/tests/testhelper.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int breakpointMiLine(const Breakpoint* breakpoint)
77{
78 QVERIFY_RETURN(breakpoint, -12345);
79 return breakpoint->line() + 1;
80}
81int currentMiLine(const IDebugSession* session)
82{
83 QVERIFY_RETURN(session, -12345);

Calls 1

lineMethod · 0.45

Tested by

no test coverage detected