Z80Debugging.WriteDebugInformation Method
Definition
Writes debugging information for the specified Z80TestHarness to the specified TextWriter.
public static void WriteDebugInformation(Z80TestHarness z80, TextWriter debug);
Parameters
| Name | Type | Description |
|---|---|---|
z80 |
Z80TestHarness |
The Z80TestHarness to be described in the debugging output. |
debug |
TextWriter |
The TextWriter to write debug information to. If null, no output will be written. |