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

Method slotAddBlankWatchpoint

kdevplatform/debugger/breakpoint/breakpointwidget.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void BreakpointWidget::slotAddBlankWatchpoint()
241{
242 Q_D(BreakpointWidget);
243
244 edit(d->debugController->breakpointModel()->addWatchpoint());
245}
246
247void BreakpointWidget::slotAddBlankReadWatchpoint()
248{

Callers

nothing calls this directly

Calls 2

addWatchpointMethod · 0.45
breakpointModelMethod · 0.45

Tested by

no test coverage detected