debuggers
美 [di?b?ɡ?r]
英 [di??b?ɡ?(r)] 
- na.拆除竊聽(tīng)器專家
- 網(wǎng)絡(luò)調(diào)試工具;調(diào)試器相關(guān)工具;排錯(cuò)系統(tǒng)
詞形變化
復(fù)數(shù):debuggers
英漢解釋
英英解釋
例句
It may also be the only way because debuggers are not always available or applicable.
當(dāng)不能或不適合使用調(diào)試器時(shí),這可能是唯一的一種方法。
Considered by many to be just a "toy" programming language, IDEs and debuggers were sorely lacking.
很多人都將其視為一種“玩具”編程語(yǔ)言,IDE和調(diào)試器都非常缺乏。
The debugger can be enabled with a command line switch (-Xdebug), which will throw you straight into the debuggers command line at startup.
要啟用調(diào)試器,需要在命令行中加入(-Xdebug)開(kāi)關(guān),這樣一來(lái)在啟動(dòng)時(shí)就可以直接引導(dǎo)你進(jìn)入調(diào)試器命令行。
A debugging data format is a means of storing information about a compiled computer program for use by high-level debuggers.
調(diào)試數(shù)據(jù)格式是用來(lái)存儲(chǔ)有關(guān)已編譯計(jì)算機(jī)程序的信息的一種方式,這些信息將用于高級(jí)調(diào)試器。
Traditional debuggers cannot help you learn the state of a GUI while it's executing a particular use case.
傳統(tǒng)的調(diào)試程序在執(zhí)行特定用例時(shí)不能幫助您了解GUI的狀態(tài)。
A set of libraries that allow you to build XForms processors, editors, and debuggers.
一些可用于構(gòu)建XForms處理程序、編輯器和調(diào)試器的庫(kù)。
The IAR is primarily used by debuggers to show the next instruction to be executed.
IAR主要是由調(diào)試器使用,顯示將要被執(zhí)行的下一條指令。
Device debuggers do not support the ability to edit the source and continue while in break mode.
設(shè)備調(diào)試器不支持在中斷模式下編輯源代碼并繼續(xù)的能力。
The Debuggers group allows you to specify which debuggers are available when you test pages.
“調(diào)試器”組用于指定在測(cè)試頁(yè)時(shí)哪些調(diào)試器可用。
This component includes frameworks to build user interfaces, manage resources, coordinate builders, integrate debuggers, and much more.
該組件包括構(gòu)建用戶界面的框架,管理資源,坐標(biāo)構(gòu)建器,集成調(diào)試器,以及其他部件。
Executable files can contain symbolic information that allows debuggers to associate runtime addresses with the original source code.
執(zhí)行文件應(yīng)該包含符號(hào)信息,這些信息允許調(diào)試器將運(yùn)行時(shí)間地址和最初源碼聯(lián)合。
This provides the run-time system, and debuggers, the ability to provide a stack trace for a running program.
這使得實(shí)時(shí)系統(tǒng)和調(diào)試器能夠為在運(yùn)行狀態(tài)的程序提供堆棧跟蹤。
Have debuggers and application test tools available for the various environments and languages.
擁有用于各種環(huán)境和語(yǔ)言的調(diào)試器和應(yīng)用程序測(cè)試工具。
Debuggers must specifically enable callbacks that they wish to receive.
調(diào)試器必須專門(mén)啟用要接收的回調(diào)。
Debuggers that are a separate process from the perspective of the OS are external.
從操作系統(tǒng)的角度考慮的獨(dú)立進(jìn)程是外部調(diào)試器。
The main motivation for the ID is to provide assistance for debuggers; it provides an easy way to identify threads and processes.
之所以使用ID,因?yàn)?/c>它對(duì)于調(diào)試有一定的幫助,它提供了一個(gè)簡(jiǎn)單的方法來(lái)確定進(jìn)程或線程。
Improved robustness and performance over previous device application debuggers.
在以前的設(shè)備應(yīng)用程序調(diào)試器的基礎(chǔ)上改進(jìn)了可靠性和性能。
Debuggers may set breakpoints, inspect the call stack, inspect variables, and modify variable values while debugging.
調(diào)試程序可以設(shè)置斷點(diǎn)、檢查調(diào)用堆棧、檢查變量以及在調(diào)試時(shí)修改變量值。
There are other projects like the PHP Development Tools (PDT) that offer their respective debuggers (see Figure 11).
還有其他項(xiàng)目可以提供各自的調(diào)試器,例如PHP開(kāi)發(fā)工具(PHPDevelopmentTools,PDT),請(qǐng)參見(jiàn)圖11。
Source level debuggers can hide execution details. Step through critical code at the instruction level.
源代碼級(jí)的調(diào)試器可能隱藏運(yùn)行細(xì)節(jié)。在指令層級(jí)上檢查重要的代碼。
Make note of the value assigned to address, which is the number of the port that will be made available for attachment by remote debuggers.
請(qǐng)注意賦給address的值,它是一個(gè)端口號(hào),遠(yuǎn)程調(diào)試器將開(kāi)放該端口供連接使用。
This method is supported only for use by out-of-process debuggers.
僅支持由進(jìn)程外調(diào)試器使用此方法。
Is commonly used by design-time tools and debuggers that provide special support for application settings.
通常由為應(yīng)用程序設(shè)置提供特殊支持的設(shè)計(jì)時(shí)工具和調(diào)試器使用。
GVD works with native and cross-debuggers and can handle several languages in the same debugging session and the same application.
它本地工作,交叉調(diào)試并且能在相同調(diào)試部分和相同應(yīng)用中處理幾種語(yǔ)言。
The Firebug JavaScript tools include breakpoints, watch expression, and other tools found in typical debuggers.
FirebugJavaScript工具包括斷點(diǎn)、監(jiān)視表達(dá)式和典型調(diào)試器中常見(jiàn)的其他一些工具。
You cannot use the device debuggers to debug applications written for the desktop.
無(wú)法使用設(shè)備調(diào)試器來(lái)調(diào)試為桌面編寫(xiě)的應(yīng)用程序。
The Breakpoints window should behave the same way as other Visual Studio debuggers.
“斷點(diǎn)”窗口的操作方式應(yīng)與其他VisualStudio調(diào)試程序相同。
Real Programmers dont use symbolic debuggers, who needs symbols.
真正的程序員不用符號(hào)化的調(diào)試器,因?yàn)?/c>它竟需要符號(hào)。
Eric Raymond wrote gud. el, a grand unified debugger mode for running GDB and other debuggers, as part of Emacs.
EricRaymond寫(xiě)過(guò)一個(gè)gud.el,它是一個(gè)大型統(tǒng)一調(diào)試器(grandunifieddebugger)模式,用于將GDB和其他調(diào)試器作為Emacs的一部分來(lái)運(yùn)行。
Debuggers and code profiler tools can read the debug symbol information at run time.
調(diào)試器和代碼探查器工具可以在運(yùn)行時(shí)讀取調(diào)試符號(hào)信息。
Code that is interpreted still needs to be handled by the existing trace or hook based debuggers.
解釋的代碼仍舊需要由現(xiàn)有的基于跟蹤或者回調(diào)的調(diào)試器處理。
Expressions in unmanaged native code can be evaluated by using the same mechanisms that conventional debuggers use.
通過(guò)使用常規(guī)調(diào)試器所使用的相同機(jī)制,可以計(jì)算非托管本機(jī)代碼中的表達(dá)式。
All of the tools rely on existing Java debuggers for launching and debugging.
所有的工具都依賴現(xiàn)有的Java調(diào)試器進(jìn)行啟動(dòng)和調(diào)試。
Ruby possesses fairly good advanced debuggers.
Ruby有極好的高級(jí)調(diào)試器。
CDT Debug MI is the application connector for MI-compatible debuggers.
是用于與MI兼容的調(diào)試器的應(yīng)用程序連接器。
Some debuggers automatically turn on logging.
一些調(diào)試器會(huì)自動(dòng)打開(kāi)日志記錄。
Ideally, we would have debuggers that completely obviated the need for printlns.
理想情況下我們應(yīng)部署調(diào)試器,它可以完全取消printlns的需求。
Recall that both debuggers cannot be attached at the same time for device projects.
記住不能為設(shè)備項(xiàng)目同時(shí)附加兩種調(diào)試器。
You cannot use the device debuggers for kernel debugging.
無(wú)法使用設(shè)備調(diào)試器進(jìn)行內(nèi)核調(diào)試。
Thus, the ability to define attributes for visualizers and so on, is not available for users of the device debuggers.
因此,可視化工具等定義屬性的能力對(duì)于設(shè)備調(diào)試器的用戶不可用。