Testing should be performed in distinct phases, in which you are checking for different kinds of problem:
To use the Debug option in the State Table window, you need to include an AnswerCall state in the state table. When using the debugger, this is converted into a MakeCall. Using the debugger, you can step through the actions, modifying the values of variables to test different paths through the state table.
It’s useful if a voice application can output its own trace data, using the LogEvent action or a custom server. You should design this so that tracing can be switched on or off when the application is in production.