resume 命令用于使指定的线程继续执行(如果该线程已被暂挂)。如果该线程已处于活动状态,那么此命令无效。
resume threadName resume #Thread threadName
threadName
指定要继续执行的线程。