dbx
美
英 
- 網(wǎng)絡(luò)壓縮擴展式降噪系統(tǒng);命令;美國
例句
dbx_page_advanced: Runs at the bottom of the "advanced" section on the page editing screen in the admin menus.
在管理菜單,網(wǎng)頁編輯界面的“高級”部分的底部,運行。
dbx_page_sidebar: Runs at the bottom of the sidebar on the page editing screen in the admin menus.
在管理菜單,網(wǎng)頁編輯界面的邊欄的底部,運行。
From the dbx session, I would be able to have some break-points in the program and then run it.
在dbx會話中,可以在程序中設(shè)置一些斷點,然后運行它。
Any number of plug-ins can only be loaded in a single dbx session.
在一個dbx會話中可以裝載任意數(shù)量的插件。
We also have a DBX database abstraction extension allowing you to transparently use any database supported by that extension.
我們同時還有一個DBX擴展庫使得您可以自由的使用該擴展庫支持的任何數(shù)據(jù)庫。
If no argument is applied to the plug-in command, it lists all the loaded plug-ins in the current dbx session.
如果沒有在plug-in命令中應(yīng)用參數(shù),它就會列出當前dbx會話中裝載的所有插件。
The first few steps to run the program with the dbx session are the same as earlier.
用dbx會話運行示例程序的前幾個步驟與前面相同。
The BIS cites the example of an emerging-markets ETF offered by a firm called dbx-trackers.
國際清算銀行引用了一個名為dbx-trackers的公司提供的新興市場ETF作為典例。
Any dbx user can create his own plug-in, adding command sets as per his requirement.
任何dbx用戶都可以創(chuàng)建自己的插件,根據(jù)自己的需求添加命令集。
Now I would run the sample program by attaching it to a dbx session.
現(xiàn)在,通過把示例程序連接到dbx會話來運行它。
This article covers information about the dbx plug-in, and steps to write a plug-in to debug a sample application.
本文討論dbx插件的相關(guān)信息以及為調(diào)試示例應(yīng)用程序編寫插件的步驟。
This can be done at any time of the dbx session.
這可以在dbx會話中的任何時候進行。
dbx provides a set of commands to use plug-ins.
dbx提供一套用于使用插件的命令。
If the plug-in is stored in the current directory, it is loaded automatically when dbx is started.
如果插件存儲在當前目錄中,那么在dbx啟動時會自動地裝載它。
Further, I can have a look at the linked list contents using the already available commands in dbx.
然后,可以使用dbx中的現(xiàn)有命令查看鏈表的內(nèi)容。
Run dbx on the binary executable that caused the core dump.
對導(dǎo)致核心轉(zhuǎn)儲的二進制可執(zhí)行文件運行dbx。
It is similar to dbx in that it is a command-line debugger.
它與dbx相似,也是命令行調(diào)試器。
The DBX class contains only one private member that is responsible for the properties file.
DBX類僅僅包含一個私有成員,用于負責屬性文件。
kdb is similar to dbx, but is a kernel debugger.
kdb與dbx相似,但它是內(nèi)核調(diào)試器。
For more information about the dbx plug-in, see the Resources section.
關(guān)于dbx插件的更多信息請參見參考資料。
dbx is the standard debugger for AIX.
dbx是AIX的標準調(diào)試器。
See the Resources for more information on dbx.
關(guān)于dbx的更多信息請參見參考資料。
This is the program I would consider using for debugging using the dbx plug-in.
下面是本文中要用dbx插件進行調(diào)試的程序。
Debugging with dbx is easy, and it is made even more helpful because it can be modified according to your own requirements.
用dbx進行調(diào)試非常容易,而且可以根據(jù)自己的需求修改它,使其更有幫助。
DBX Digital Branching & CroSs-connect equipment
數(shù)字分路和交叉連接設(shè)備
Traditional way of debugging with dbx
用dbx進行調(diào)試的傳統(tǒng)方式
Let us see how to debug this program using traditional way, by using only dbx. The following command compiles the code
我們來看看如何只使用dbx以傳統(tǒng)方式調(diào)試此程序。
Code for dbx plug-in to debug sample program
用于調(diào)試示例程序的dbx插件的代碼
Proposed debugging method using the dbx plug-in
使用dbx插件進行調(diào)試的推薦方法