What is the purpose of step, step into, step out, step to cursor commands for debugging your script?

Showing Answers 1 - 1 of 1 Answers

shreethik

  • Jun 14th, 2005
 

The purpose of the commands are : 
STEP--> Runs a single lline of the TSL script. 
STEP INTO--> Calls and displays another test/user-defined function. 
STEP OUT-->Used in conjunction to STEP INTO and completes the execution of the called test/user defined function. 
STEP TO CURSOR-->Runs a selected section of the script 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions