PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

Debugging Support

The following debugging functions are available to driver writers.

void SysDebug           (void);
void SysDebugStr        (StringPtr str);
DESCRIPTION

SysDebug lets you enter the system debugger. SysDebugStr lets you enter the system debugger and display the Pascal string pointed to by str.

EXECUTION CONTEXT

The debugging routines may be called from task level, software interrupt level, or hardware interrupt level.


© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)