在調試腳本的過程中,我習慣把Log打開币狠,如附圖。這樣很容易看到出錯地方的前因后果砾层,也方便找原因漩绵。
1、打開Run-time Settings->General->Log窗口肛炮;
2止吐、勾上“Enable logging” checkbox;
3侨糟、選擇“Extended Log”碍扔,再根據需要勾選子級別,我一般會勾選前兩項秕重;
問題1:Action.c(933): Error -26377: No match found for the requested parameter "merchantPlanid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
原因:上一個接口執(zhí)行失敗了不同,或者返回值里沒有你期望save的參數,所以導致web_reg_save_param沒有獲取到期望的值溶耘。
問題2:在Controller里運行腳本時二拐,報錯: Failed to send data by channels - post message failed.
原因:Controller->Diagnostics->Configuration...->Diagnostics Distribution里的"Uncheck "Enable the following diagnostics"選項沒有被選中。
問題3:當你改變某個關聯(lián)參數的.dat文件時凳兵,總是提示老的.dat文件不存在百新,或者你注釋掉腳本,仍然編譯時報錯
原因:"Vuser"->"Parameter List"里庐扫,不再使用的參數仍然存在饭望,找到它,并刪除掉即可形庭。