debug version 中文意思是什麼

debug version 解釋
調試版本
  • debug : vt ( bugged; bugging)1 驅除(某處的)害蟲。2 排除(飛機等的)故障;(自動化裝置中)移去(程序等...
  • version : n 1 翻譯;譯本,譯文。2 (個人對某事的)說法,不同看法[意見]。3 版本;形式,型;變形,變體。4 改...
  1. If users are at other sites, the debug version can be given as well, but kept in a separate directory

    如果用戶在其它位置,則將調試版也給用戶,但要放在單獨的目錄中。
  2. When a problem is found in the app, tell them to temporarily replace the release version with the debug version and try to simulate the problem again

    當在應用程序中發現問題時,告訴他們臨時用調試版代替發行版並再次模擬該問題。
  3. A good way to use assertions is to build two versions of your final app - one with assertions disabled call it the release version, and the other with assertions enabled call it the debug version

    使用斷言的好方法是構建兩個版本的最終應用程序一個版本禁用斷言(稱其為發行版) ,而另一個版本啟用斷言(稱其為調試版) 。
  4. If you want an assert statement that always breaks execution in the debug version, you can do this

    如果想讓assert語句總是在調試版本中中斷執行,可以這樣做:
  5. The debug version of the runtime overwrites the contents of discarded back buffers with random data, to enable developers to verify that their applications are updating the entire back buffer surface correctly

    運行庫的調試版本使用隨機數據改寫舍棄的后臺緩沖區的內容,從而使開發人員能夠確認其應用程序對整個后臺緩沖區表面的更新正確無誤。
  6. Non - debug version

    非調試版本
  7. The program database. pdb file, which holds debugging and project state information for the debug version of the added assembly

    程序數據庫( . pdb )文件,該文件包含已添加程序集的調試版本的調試信息和項目狀態信息。
分享友人