调试message写法-创新互联
在调试程序时,希望输出出错的信息,现在就来学习下几种error message的写法。
目前创新互联公司已为1000多家的企业提供了网站建设、域名、虚拟空间、网站运营、企业网站设计、柳州网站维护等服务,公司将坚持客户导向、应用为本的策略,正道将秉承"和谐、参与、激情"的文化,与客户和合作伙伴齐心协力一起成长,共同发展。1.在 testplan里添加自定义的message
在BT_basic里:
(1) get'testplan'
(2) find‘Eject_Ticket: p_w_picpath 13/'
在这行的下面输入:
if boardfailed then
report is *
print is "dec/rpr1"
print " *****" //输入自定义内容
print "**** "
print is *
report is Report_printer$
end if
(3) re-save
然后再run
2.对于单个元件加 message:找到元件的library,在测试程序前面添加
on failure
report " ***"
end on failure
再保存编译就好了。
3.在shorts里添加error message,有两种方法:
(1) 在shorts文件的最前面加上: report common devices (列出所有共同的组件)
再执行 re-save | comp' shorts' | debug shorts | exe to fail
(2) 在shorts前面加上 :report limit # ,其中# 指当有error时,列出的大数,自己设置的值。可用来限制故障报告时间。
网站栏目:调试message写法-创新互联
网页网址:http://ybzwz.com/article/cssssc.html