suspend コマンドは、指定したスレッドを一時停止します。スレッドが既に一時停止している場合は、何もしません。
suspend threadName suspend #Thread threadName
threadName
一時停止するスレッドを指定します。