debug statement
基本解釋
- 調(diào)試語句
英漢例句
- 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)試這類問題,重要的是用 print() 或 die() 語句知道變量的值是什么。 - Every time you consider writing a debug printout, consider writing a unit-test instead. ( or turn int into logging statement)
用單元測試或者記錄日志來代替測試時(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 句子而沒有用戶交互的典型 HelloWorld 應(yīng)用程序稍高級一些,但消息被輸出到了調(diào)試窗口。
雙語例句
專業(yè)釋義
- 調(diào)試語句
- 除錯(cuò)敘述