Tracing Paths of Execution

You can dump strings of text and registers in hexadecimal to the debugging terminal by using the Trace_Out and Debug_Out macros in your virtual device. The Queue_Out macro allows you to dump the same information to a trace queue. You can also send VMM entry and exit information to the queue by using the .t command, and send procedure logging information with the .vmm command.