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

Function DebugDestroy

source/Debugger/Debug.cpp:9260–9273  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

9258
9259//===========================================================================
9260void DebugDestroy ()
9261{
9262 DebugEnd();
9263 FontsDestroy();
9264
9265// DeleteObject(g_hFontDisasm );
9266// DeleteObject(g_hFontDebugger);
9267// DeleteObject(g_hFontWebDings);
9268
9269 SymbolsClear();
9270 // TODO: DataDisassembly_Clear()
9271
9272 ReleaseConsoleFontDC();
9273}
9274
9275
9276//===========================================================================

Callers 1

WndProcMethod · 0.85

Calls 4

DebugEndFunction · 0.85
FontsDestroyFunction · 0.85
SymbolsClearFunction · 0.85
ReleaseConsoleFontDCFunction · 0.85

Tested by

no test coverage detected