LoadRunner:Full Trace wherever you need
DescriptionHow to speed up your debugging process!!
Solution
It's good not to put full trace on while running the vusers. But you may need to get indepth info for debuggin purposes. Here is how you can do this..
Put this piece of code whereever you wanna start getting extended log from:
lr_set_debug_message (LR_MSG_CLASS_EXTENDED_LOG, LR_MSG_ON);
Put this piece of code whereever you wanna stop getting extended log from:
lr_set_debug_message (LR_MSG_CLASS_EXTENDED_LOG, LR_MSG_OFF);
页:
[1]