debug statement
基本解釋
- 調(diào)試語(yǔ)句
英漢例句
- To debug such a problem, it's important to know what the value of the variable is, using a print() or a die() statement.
要調(diào)試這類問(wèn)題,重要的是用 print() 或 die() 語(yǔ)句知道變量的值是什麼。 - Every time you consider writing a debug printout, consider writing a unit-test instead. ( or turn int into logging statement)
用單元測(cè)試或者記錄日志來(lái)代替測(cè)試時(shí)的輸出。 - Note that this is a little more advanced than a typical HelloWorld application that prints the statement without user interaction, but the message is printed to debug.
注意,這比衹打印出 hello world 句子而沒(méi)有用戶交互的典型 HelloWorld 應(yīng)用程序稍高級(jí)一些,但消息被輸出到了調(diào)試窗口。
雙語(yǔ)例句
專業(yè)釋義
- 調(diào)試語(yǔ)句
- 除錯(cuò)敘述