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

Method watchAddSlot

gui/qt/debugger.cpp:1443–1445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1441}
1442
1443void MainWindow::watchAddSlot() {
1444 watchAdd(watchNextLabel(), 0, 0, DBG_MASK_READ | DBG_MASK_WRITE, false, true);
1445}
1446
1447void MainWindow::watchUpdate() {
1448

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected