All Databases
Inside Mac - Basic Toolbox
DebuggerEnter
DebuggerExit
DebuggerPoll
GetPageState
DebuggerGetMax
DebuggerLockMemory
DebuggerUnlockMemory
DebuggerEnter
Enter the debugger state
#include <
Memory.h
>
Memory Manager
Debugger Support Under Virtual Memory
void
DebuggerEnter
( );
The two procedures
DebuggerEnter
and
DebuggerExit
allow you to enter
and exit the debugger state. These calls allow the
DebugUtil
trap to make
preparations for subsequent debugging calls and to clean up after all debugging
calls are completed.
Referenced by (5):
DebugUtil
DebuggerExit
Memory Mgr (Inside Mac - Index)
DebugUtil (Inside Mac - Basic Toolbox)
DebuggerExit (Inside Mac - Basic Toolbox)