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

Function EditBreakList

src/drivers/win/debugger.cpp:1207–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205}
1206
1207void EditBreakList() {
1208 if(WP_edit < 0) return;
1209 if(WP_edit >= numWPs) return;
1210 SendDlgItemMessage(hDebug,IDC_DEBUGGER_BP_LIST,LB_DELETESTRING,WP_edit,0);
1211 SendDlgItemMessage(hDebug,IDC_DEBUGGER_BP_LIST,LB_INSERTSTRING,WP_edit,(LPARAM)(LPSTR)BreakToText(WP_edit));
1212 SendDlgItemMessage(hDebug,IDC_DEBUGGER_BP_LIST,LB_SETCURSEL,WP_edit,0);
1213}
1214
1215void FillBreakList(HWND hwndDlg)
1216{

Callers 1

DebuggerCallBFunction · 0.85

Calls 1

BreakToTextFunction · 0.85

Tested by

no test coverage detected