| This testcase exercises VirtualMachine.Resume command.
At first the test starts ResumeDebuggee which starts and runs some tested threads.
Then the test performs VirtualMachine.Suspend command and checks with help of
ThreadReference.Status command that all debuggee tested threads are suspended.
Then the test performs VirtualMachine.Resume command and checks with help of
ThreadReference.Status command that all debuggee tested threads are resumed.
|