51Testing软件测试论坛
标题:
LoadRunner:Full Trace wherever you need
[打印本页]
作者:
pcl2004_27
时间:
2006-10-25 14:25
标题:
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);
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2