pcl2004_27 发表于 2006-10-25 14:25:15

LoadRunner:Full Trace wherever you need

Description

      How 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]
查看完整版本: LoadRunner:Full Trace wherever you need