Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Memory /
Chapter 3 - Virtual Memory Manager / Virtual Memory Manager Reference
Routines / Virtual Memory Debugger Support Routines


DebuggerEnter

Before entering the debugging state, call the DebuggerEnter procedure.

PROCEDURE DebuggerEnter;
DESCRIPTION
Call the DebuggerEnter procedure to enter the debugging state. This allows the _DebugUtil trap to make preparations for subsequent debugging calls.

ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for the DebuggerEnter procedure are
Trap macro Selector
_DebugUtil$0001

The registers on entry for this routine are
Registers on entry
D0Selector code


Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996