MCPcopy Create free account
hub / github.com/TASEmulators/fceux / AddBreakList

Function AddBreakList

src/drivers/win/debugger.cpp:1203–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201}
1202
1203void AddBreakList() {
1204 SendDlgItemMessage(hDebug,IDC_DEBUGGER_BP_LIST,LB_INSERTSTRING,-1,(LPARAM)(LPSTR)BreakToText(numWPs-1));
1205}
1206
1207void EditBreakList() {
1208 if(WP_edit < 0) return;

Callers 3

MemViewCallBFunction · 0.85
DebuggerCallBFunction · 0.85

Calls 1

BreakToTextFunction · 0.85

Tested by

no test coverage detected