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

Function CmdWindowShowCode

source/Debugger/Debug.cpp:7652–7672  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7650
7651//===========================================================================
7652Update_t CmdWindowShowCode (int nArgs)
7653{
7654 // g_bWindowDisplayShowChild = false;
7655 // g_bWindowDisplayShowRoot = WINDOW_CODE;
7656
7657 if (g_iWindowThis == WINDOW_CODE)
7658 {
7659 g_aWindowConfig[ g_iWindowThis ].bSplit = false;
7660 g_aWindowConfig[ g_iWindowThis ].eBot = WINDOW_CODE; // not really needed, but SAFE HEX ;-)
7661 }
7662 else
7663 if (g_iWindowThis == WINDOW_DATA)
7664 {
7665 g_aWindowConfig[ g_iWindowThis ].bSplit = true;
7666 g_aWindowConfig[ g_iWindowThis ].eBot = WINDOW_CODE;
7667 }
7668
7669 WindowUpdateSizes();
7670
7671 return UPDATE_CONSOLE_DISPLAY;
7672}
7673
7674//===========================================================================
7675Update_t CmdWindowShowCode1 (int nArgs)

Callers

nothing calls this directly

Calls 1

WindowUpdateSizesFunction · 0.85

Tested by

no test coverage detected