~p (Program Thread Step)

Syntax

~ [[. | # | * | ddd]] p [[r]] [[= startaddress]] [[repeat]]

Steps execution with indicated threads thawed; all others are frozen. For example, ~*p steps with all threads thawed; ~#p steps with only the current exception thread unfrozen; and ~123p, steps with thread 123 thawed and all others frozen. The ~p and ~.p commands both step execution with the current thread unfrozen.