debugging
美 [di?b?ɡ]
英 [di??b?ɡ] 
- v.【無線】調(diào)整;排除(飛機等的)故障
- 網(wǎng)絡調(diào)試;除錯;偵錯
詞形變化
過去式:debugged 現(xiàn)在分詞:debugging 第三人稱單數(shù):debugs 反義詞
同義詞
英漢解釋
v. | 2. 排除(飛機等的)故障;(自動化裝置中)移去(程序等中的)錯誤 |
英英解釋
例句
The test support code is often a simple extension of the debugging support code programmers write anyway.
測試支持代碼常常只是程序員隨便編寫的調(diào)試支持程序的簡單延伸。
The common language runtime (CLR) debugging API was designed to be used as if it were part of the operating system kernel.
公共語言運行時(CLR)調(diào)試API專門用作操作系統(tǒng)內(nèi)核的一部分。
As is often the case in debugging, fixing one problem fixes (or reveals) several others.
這在調(diào)試中是經(jīng)常出現(xiàn)的事:修復了一個問題就修復(或者暴露了)另外幾個。
If you have an idea for a dynamic interface, be ready to spend a bit of extra time on debugging.
如果您有使用動態(tài)界面的想法,就要準備在調(diào)試上花費一些額外的時間。
They are also used for locating embedded debugging information and, just like the semantic Web, are fully readable by programs.
它們也可以用來定位嵌入的調(diào)試信息,就像語義Web,非常適合由程序進行閱讀。
Party B shall be responsible for the installation and debugging of the equipment with its own tools and measuring tools needed.
乙方負責安裝、調(diào)試設備,并自帶安裝調(diào)試用的工具和量具。
It boasts a solid graphical environment, powerful compilers and debugging environments, easy-to-install packages, and numerous applications.
它引以為傲的有一個堅實的圖形環(huán)境,強大的編譯器和調(diào)試環(huán)境,易于安裝的軟件包,以及無數(shù)的應用程序。
However, with the remote debugging technique you don't have to worry about any of that -- you have the power of full source-level debugging.
然而,有了遠程調(diào)試技術(shù),您就不必為之擔憂了—您擁有完全源代碼級調(diào)試的能力。
The scheme is of ensuring real-time of the system, easing debugging and maintenance, designing flexible and easing extensions.
它具有保證系統(tǒng)實時性、便于調(diào)試和維護、設計靈活及易于擴展等優(yōu)點。
By default, Edit and Continue re links your program at the end of a debugging session to create an up-to-date executable.
默認情況下,“編輯并繼續(xù)”在調(diào)試會話結(jié)束時重新鏈接到程序,以創(chuàng)建最新的可執(zhí)行文件。
Setting a breakpoint in a T-SQL or SQL CLR object automatically enables the server for multi-tier application debugging, if it is possible.
如果可能,則在T-SQL或SQLCLR對象中設置斷點將為多層應用程序調(diào)試自動啟用服務器。
At this point, it's worth mentioning that the logger might be set to write output into a separate file to simplify debugging.
此時,需要注意記錄器可能被設置為將輸出寫入到一個單獨文件,從而簡化調(diào)試。
To help to prevent shutting down the application while you are debugging , do not set this time- out to a large value .
若要幫助避免在調(diào)試期間關(guān)閉應用程序,請不要將此超時屬性設置為較大值。
This approach proved to be a good debugging aid when trying to track down which template controlled which content.
這種方式有助于進行調(diào)試,因為很容易看出哪個模板控制哪塊內(nèi)容。
Debugging high-level code often requires you to understand the system calls and kernel behavior of your operating system, too.
調(diào)試上層代碼同樣需要你理解系統(tǒng)調(diào)用和操作系統(tǒng)的內(nèi)核特性。
Testing, reviewing, and debugging code that does not follow any standards can be a daunting task, even for the best of programmers.
即使是最好的程序員,測試、復查和調(diào)試不遵循任何標準的代碼也是一項艱巨的任務。
If you choose not to enable debugging, the page runs in the default browser but does not allow you to attach a debugger to it.
如果您選擇不啟用調(diào)試,則頁會在默認瀏覽器中運行,但是不允許您向其附加調(diào)試器。
People also underestimate the time they spend debugging. They underestimate how much time they can spend chasing a long bug.
人們往往還低估了在調(diào)試上所花的時間,低估了他們用來追蹤一個“潛伏”很久的臭蟲所花的時間。
It's easy to develop with Pyjamas because you can use the same debugging tools that you usually use for Python.
用Pyjamas進行開發(fā)很容易,因為可以使用平時使用的Python調(diào)試工具。
There's also the debugfs filesystem, but it tends to be (as the name implies) more of a debugging interface.
還有一個debugfs文件系統(tǒng),不過(顧名思義)它提供的更多是調(diào)試接口。
Finding the cause of a memory leak can be a tedious process, not to mention one that will require special debugging tools.
查找內(nèi)存漏洞的原因可能是一個乏味的過程,更不用說需要專用調(diào)試工具的情況了。
For instance, suppose you're debugging a stylesheet that seems to have trouble when a paragraph contains an inline image.
比方說,如果要調(diào)試一個只有遇到包含行內(nèi)圖像的段落時才會出現(xiàn)問題的樣式表。
Most changes outside of method bodies, and a few changes within method bodies, cannot be applied during debugging, however.
但是,方法體外的大多數(shù)更改以及方法體內(nèi)的小部分更改在調(diào)試期間不能應用。
At this point, several windows will open, allowing you to perform further debugging tasks.
此時,將打開幾個窗口,以便執(zhí)行進一步的調(diào)試任務。
I keep warnings and strict on while programming and debugging, and I switch it off once the script is ready to be used in the real world.
我在編程和調(diào)試時保留了warnings和strict,但在真正使用時,去掉了這些內(nèi)容。
The user interface shows that the Remote Debugging Monitor is running and makes remote debugging easy to set up.
用戶界面顯示“遠程調(diào)試監(jiān)視器”正在運行,并使遠程調(diào)試易于設置。
Another improvement is the use of JSR-45 features to improve debugging (Note: link seems to be broken at the time of publication).
另一個改進就是使用了JSR-45特性來改善調(diào)試(注意:在本文發(fā)布之際該鏈接可能無效)。
One of the purposes of this sort of debugging is to find out where your mental model of the code diverges from reality.
這類調(diào)試的目標之一是發(fā)現(xiàn)代碼思維模型偏離實際的地方。
If Just-in-Time debugging is not enabled, the Stop statement behaves as if it were an End statement, terminating execution.
如果沒有啟用實時調(diào)試,Stop語句的行為如同End語句,終止執(zhí)行。
Provides information on a variety of debugging tools that enable you to inspect and modify the state of your program.
給出了有關(guān)各種調(diào)試工具的信息,這些工具用于檢查和修改程序狀態(tài)。
First, they can use it as a debugging tool when confronted with a program bug or defect that seems to be related to improper memory usage.
首先,當您遇到一個程序錯誤或者看起來是與不適當使用內(nèi)存相關(guān)的缺陷時,您可以把它當作一個程序調(diào)整工具來使用。
This can be useful when debugging, if you want to pack away parts of the XML file that do not interest you at the moment.
這在調(diào)試時很有用,如果對XML文件的某些部分不感興趣,就可以將它們折疊起來。
Debugging declarative grammars is often more difficult than incrementally adjusting imperative code.
調(diào)試聲明性語法通常比用增量方式來調(diào)整命令式代碼更困難。
Describes areas where the device debugging experience differs from that of the desktop .
描述設備調(diào)試體驗與桌面調(diào)試體驗之間的各方面差異。
To help deal with these problems, a program can be run in JIT mode or debugging mode independently of a debugger.
為了幫助處理這些問題,可以獨立于調(diào)試器在JIT模式或調(diào)試模式下運行程序。
Choose Yes if you want the debugger to continue trying to set up debugging.
如果希望調(diào)試器繼續(xù)嘗試設置調(diào)試,則選擇“是”。
To reduce complexity and simplify debugging of any potential problems, I recommend that you not use client authentication initially.
為了降低復雜性并簡化任何潛在問題的調(diào)試,我不推薦在一開始就使用客戶端身份驗證。
To help debugging, at the end of a program run, all the known variables and their current contents are printed.
為了幫助調(diào)試,我們在程序運行的末尾把所有已知的變量及其當前內(nèi)容都打印了出來。
Therefore, in the design, installation, debugging Guide, be sure to be able to guide the thickness of the fit, embed chain tablets.
所以,在安裝、調(diào)試導軌時,要保證導軌厚度合適,能夠嵌入鏈片之中。
To set up the remote debugging environment for FreeBSD kernel debugging, you need two machines: a target machine and a development machine.
要設置進行FreeBSD內(nèi)核調(diào)試的遠程調(diào)試環(huán)境,您需要兩臺計算機:一臺目標計算機和一臺開發(fā)計算機。