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

Function DrawWindow_Source

source/Debugger/Debugger_Display.cpp:3881–3885  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3879
3880//===========================================================================
3881void DrawWindow_Source( Update_t bUpdate )
3882{
3883 DrawSubWindow_Source( g_iWindowThis );
3884 DrawSubWindow_Info( bUpdate, g_iWindowThis );
3885}
3886
3887//===========================================================================
3888void DrawWindow_Symbols( Update_t bUpdate )

Callers 1

UpdateDisplayFunction · 0.85

Calls 2

DrawSubWindow_SourceFunction · 0.85
DrawSubWindow_InfoFunction · 0.85

Tested by

no test coverage detected