Multiple choice technology testing

What is the function used to set debug mode on fly?

  1. lr_set_debug_message

  2. lr_debug_message

  3. lr_extended_Log

  4. lr_set_extended_log

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In LoadRunner, the lr_set_debug_message() function is used to enable or disable debug message generation during test execution. This allows you to control debug output dynamically at runtime without restarting the test.