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

Method determineLineBreakpoints

src/drivers/Qt/ConsoleDebugger.cpp:3622–3628  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3620}
3621//----------------------------------------------------------------------------
3622void QAsmView::determineLineBreakpoints(void)
3623{
3624 for (size_t i=0; i<asmEntry.size(); i++)
3625 {
3626 asmEntry[i]->bpNum = isBreakpointAtLine(i);
3627 }
3628}
3629//----------------------------------------------------------------------------
3630void QAsmView::setBreakpointAtSelectedLine(void)
3631{

Callers 4

add_BP_CBMethod · 0.80
edit_BP_CBMethod · 0.80
delete_BP_CBMethod · 0.80
asmViewCtxMenuAddBPMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected