Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1203
void AddBreakList() {
1204
SendDlgItemMessage(hDebug,IDC_DEBUGGER_BP_LIST,LB_INSERTSTRING,-1,(LPARAM)(LPSTR)BreakToText(numWPs-1));
1205
}
1206
1207
void EditBreakList() {
1208
if(WP_edit < 0) return;
Callers
3
MemViewCallB
Function · 0.85
IDC_DEBUGGER_DISASSEMBLY_WndProc
Function · 0.85
DebuggerCallB
Function · 0.85
Calls
1
BreakToText
Function · 0.85
Tested by
no test coverage detected