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

Function CanDrawDebugger

source/Debugger/Debugger_Display.cpp:818–827  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

816
817//===========================================================================
818bool CanDrawDebugger()
819{
820 if (DebugGetVideoMode(NULL))
821 return false;
822
823 if ((g_nAppMode == MODE_DEBUG) || (g_nAppMode == MODE_STEPPING))
824 return true;
825
826 return false;
827}
828
829
830//===========================================================================

Callers 1

DrawSubWindow_ConsoleFunction · 0.85

Calls 1

DebugGetVideoModeFunction · 0.85

Tested by

no test coverage detected