MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / DebugDisplay

Function DebugDisplay

source/Debugger/Debug.cpp:10105–10119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10103}
10104
10105void DebugDisplay ( BOOL bInitDisasm/*=FALSE*/ )
10106{
10107 if (bInitDisasm)
10108 InitDisasm();
10109
10110 if (DebugVideoMode::Instance().IsSet())
10111 {
10112 uint32_t mode = 0;
10113 DebugVideoMode::Instance().Get(&mode);
10114 GetFrame().VideoRefreshScreen(mode, true);
10115 return;
10116 }
10117
10118 UpdateDisplay( UPDATE_ALL );
10119}
10120
10121
10122//===========================================================================

Callers 6

Snapshot_LoadState_v2Function · 0.85
DebuggerMouseClickFunction · 0.85
Util_GetDebuggerTextFunction · 0.85
DebuggerProcessKeyFunction · 0.85
DrawFrameWindowMethod · 0.85
ProcessButtonClickMethod · 0.85

Calls 5

InitDisasmFunction · 0.85
UpdateDisplayFunction · 0.85
IsSetMethod · 0.80
GetMethod · 0.80
VideoRefreshScreenMethod · 0.80

Tested by

no test coverage detected