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

Method breakAddSlot

gui/qt/debugger.cpp:998–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996}
997
998void MainWindow::breakAddSlot() {
999 breakAdd(breakNextLabel(), 0, true, false, true);
1000}
1001
1002void MainWindow::breakAddGui() {
1003 uint32_t address = static_cast<uint32_t>(hex2int(m_disasm->getSelectedAddr()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected