MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / breakNextLabel

Method breakNextLabel

gui/qt/debugger.cpp:990–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988}
989
990QString MainWindow::breakNextLabel() {
991 return QStringLiteral("Label") + QString::number(m_breakpoints->rowCount());
992}
993
994QString MainWindow::watchNextLabel() {
995 return QStringLiteral("Label") + QString::number(m_watchpoints->rowCount());

Callers

nothing calls this directly

Calls 1

rowCountMethod · 0.80

Tested by

no test coverage detected