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

Function FillBreakList

src/drivers/win/debugger.cpp:1215–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213}
1214
1215void FillBreakList(HWND hwndDlg)
1216{
1217 SendDlgItemMessage(hwndDlg,IDC_DEBUGGER_BP_LIST,LB_RESETCONTENT,0,0);
1218 for (int i = 0; i < numWPs; i++)
1219 SendDlgItemMessage(hwndDlg,IDC_DEBUGGER_BP_LIST,LB_INSERTSTRING,-1,(LPARAM)(LPSTR)BreakToText(i));
1220}
1221
1222void EnableBreak(int sel)
1223{

Callers 1

LoadGameDebuggerDataFunction · 0.85

Calls 1

BreakToTextFunction · 0.85

Tested by

no test coverage detected