This function references the result of the action event (Printf event).
List of result of action event (see the ActionInfo class for detail)
This function holds the result acquired when executing the instruction at the address set as a condition of an action event (Printf event) in the Python console, and all results held up to that moment will be referenced at the timing of this function debugger.ActionEvent.Get being called. |
If output is specified, only the result matching output is output. Comparison is performed to detect a perfect match. |
To acquire the result at the timing when an action event has occurred, use Hook. For the maximum number of results that can be held in the Python console, see the debugger.ActionEvent.GetLine property. |
After a result has been referenced, the result of the action event which was held in the Python console is initialized. Therefore, once a result has been referenced, it cannot be referenced again. |