dbx

dbx

 英

  • 网络压缩扩展式降噪系统;命令;美国

例句

dbx_page_advanced: Runs at the bottom of the "advanced" section on the page editing screen in the admin menus.

管理菜单网页编辑界面高级部分底部运行

dbx_page_sidebar: Runs at the bottom of the sidebar on the page editing screen in the admin menus.

管理菜单网页编辑界面底部运行

From the dbx session, I would be able to have some break-points in the program and then run it.

dbx会话可以程序设置一些断点然后运行

Any number of plug-ins can only be loaded in a single dbx session.

一个dbx会话可以装载任意数量插件

We also have a DBX database abstraction extension allowing you to transparently use any database supported by that extension.

我们同时一个DBX扩展使得可以自由使用扩展支持任何数据库

If no argument is applied to the plug-in command, it lists all the loaded plug-ins in the current dbx session.

如果没有plug-in命令应用参数列出当前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用户可以创建自己插件根据自己需求添加命令

Now I would run the sample program by attaching it to a dbx session.

现在通过示例程序连接dbx会话运行

This article covers information about the dbx plug-in, and steps to write a plug-in to debug a sample application.

本文讨论dbx插件相关信息以及调试示例应用程序编写插件步骤

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现有命令查看内容

Run dbx on the binary executable that caused the core dump.

导致核心转储二进可执行文件运行dbx

It is similar to dbx in that it is a command-line debugger.

dbx相似也是命令调试器

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.

kdbdbx相似内核调试器

For more information about the dbx plug-in, see the Resources section.

关于dbx插件更多信息请参见参考资料

dbx is the standard debugger for AIX.

dbxAIX标准调试器

See the Resources for more information on dbx.

关于dbx更多信息请参见参考资料

This is the program I would consider using for debugging using the dbx plug-in.

下面本文dbx插件进行调试程序

Debugging with dbx is easy, and it is made even more helpful because it can be modified according to your own requirements.

dbx进行调试非常容易而且可以根据自己需求修改使帮助

DBX Digital Branching & CroSs-connect equipment

数字分路交叉连接设备

Traditional way of debugging with dbx

dbx进行调试传统方式

Let us see how to debug this program using traditional way, by using only dbx. The following command compiles the code

我们看看如何使用dbx传统方式调试程序

Code for dbx plug-in to debug sample program

用于调试示例程序dbx插件代码

Proposed debugging method using the dbx plug-in

使用dbx插件进行调试推荐方法