dosbox_read_trace
Need to know if a traced call ran? Read its stored values and hit count; zero means it has not fired.
Instructions
Read what an installed trace has recorded: the values from its most recent hit, and how many times it has fired. A hit count of zero means the traced call has not run -- which is itself an answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | ||
| handle | No | Trace handle; omit if only one is installed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||