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

Function LoadGameDebuggerData

src/drivers/win/debugger.cpp:1679–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1677}
1678
1679void LoadGameDebuggerData(HWND hwndDlg = hDebug)
1680{
1681 if (!hwndDlg)
1682 return;
1683
1684 numWPs = myNumWPs;
1685 FillDebuggerBookmarkListbox(hwndDlg);
1686 FillBreakList(hwndDlg);
1687}
1688
1689// returns the address, or EOF if selection cursor points to something else
1690int Debugger_CheckClickingOnAnAddressOrSymbolicName(unsigned int lineNumber, bool onlyCheckWhenNothingSelected)

Callers 2

DebuggerCallBFunction · 0.85
DoDebuggerDataReloadFunction · 0.85

Calls 2

FillBreakListFunction · 0.85

Tested by

no test coverage detected