Settracecount

OllyDbg Plugin API

Settracecount

Sets number of commands to trace. After specified number of commands is logged to trace buffer, trace pauses. Usually you may call this function after Settracecondition.

void Settracecount(ulong count);

Parameters:

count - number of commands to execute before run trace pauses.

See also: Settracecondition