Debug a load runner script
How do you debug a load runner script?
Â
VuGen contains two options to help debug Vuser scripts-the run step by step command and break points.The debug settings in the options dialog box allow us to determine the extend of the trace to be performed during the scenario execution. The debug information is written to the output window we can manually set the message class within your script using the LR_set_debug_message function. This is useful if we want to receive debug information about a small section of the script only.