Programming with Reflection
PauseDebugPlayOnEOR property
Syntax |
object.PauseDebugPlayOnEOR |
Data type |
Returns (first syntax line) or specifies (second syntax line) what happens when an end-of-record character is encountered during playback of a trace file. When this property is False, the playback runs to completion without pausing. When it is True, the playback pauses at the end of each record. Use the PlayNextTraceRecord method to advance the trace file to the next end-of-record character.
The default is True.