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

Function updateAllDebuggerWindows

src/drivers/Qt/ConsoleDebugger.cpp:4675–4681  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4673}
4674//----------------------------------------------------------------------------
4675void updateAllDebuggerWindows( enum QAsmView::UpdateType type )
4676{
4677 if ( dbgWin )
4678 {
4679 dbgWin->queueUpdate(type);
4680 }
4681}
4682//----------------------------------------------------------------------------
4683static int getGameDebugBreakpointFileName(std::string &filepath)
4684{

Callers 4

writeMemFunction · 0.85
openBpEditWindowMethod · 0.85

Calls 1

queueUpdateMethod · 0.80

Tested by

no test coverage detected