Protocol Implementation > Implementing Test Run > Debugging Test Run |
Follow the steps for Deployment with this exception: Build the protocol test run project for debugging.
Write a script that exercises all the protocol functionality.
Add a breakpoint at the API call you need to debug. Run the script. Execution stops at the breakpoint.
Attach to Hp.Utt.StandaloneDebugger
from Visual Studio (Ctrl + Alt + P, select the process, choose Native code debugging and then Attach)
Continue the script run in Vugen.