dbx
- 网络命令;均衡器;美国;癌症生物学研究员;周边设备
-
This is the program I would consider using for debugging using the dbx plug-in .
下面是本文中要用dbx插件进行调试的程序。
-
Dbx provides a set of commands to use plug-ins .
dbx提供一套用于使用插件的命令。
-
It can be then used with a debugger like dbx .
然后可以通过dbx等调试器使用核心映像。
-
The DBX class contains only one private member that is responsible for the properties file .
DBX类仅仅包含一个私有成员,用于负责属性文件。
-
Proposed debugging method using the dbx plug-in
使用dbx插件进行调试的推荐方法
-
Automatic Routing for the Wiring of Multilayer Printed Circuit Board DBX 2
多层印制底板自动布线系统DBX2
-
Run dbx on the binary executable that caused the core dump .
对导致核心转储的二进制可执行文件运行dbx。
-
Now I would run the sample program by attaching it to a dbx session .
现在,通过把示例程序连接到dbx会话来运行它。
-
Code for dbx plug-in to debug sample program
用于调试示例程序的dbx插件的代码
-
Any dbx user can create his own plug-in , adding command sets as per his requirement .
任何dbx用户都可以创建自己的插件,根据自己的需求添加命令集。
-
Any number of plug-ins can only be loaded in a single dbx session .
在一个dbx会话中可以装载任意数量的插件。
-
Traditional way of debugging with dbx
用dbx进行调试的传统方式
-
Further , I can have a look at the linked list contents using the already available commands in dbx .
然后,可以使用dbx中的现有命令查看链表的内容。
-
Repair of the Radial Defect of Rabbit by DBX Combined with BMP Plus FGF
应用BMP与FGF修复兔桡骨缺损的实验研究
-
Further , the steps are shown to print the contents of the list nodes using already available dbx commands .
然后,使用现有的dbx命令显示列表节点的内容。
-
This article covers information about the dbx plug-in , and steps to write a plug-in to debug a sample application .
本文讨论dbx插件的相关信息以及为调试示例应用程序编写插件的步骤。
-
Using dbx , we can get the glue code and check the dummy function descriptor as shown in Figure 4 .
使用dbx,我们可以获得粘合代码并查看伪函数描述符,如图4所示。
-
If the plug-in is stored in the current directory , it is loaded automatically when dbx is started .
如果插件存储在当前目录中,那么在dbx启动时会自动地装载它。
-
Plug-ins can be loaded , used , and then unloaded from the dbx session when done .
可以在dbx会话中装载、使用和卸载插件。
-
Debugging with dbx is easy , and it is made even more helpful because it can be modified according to your own requirements .
用dbx进行调试非常容易,而且可以根据自己的需求修改它,使其更有帮助。
-
Kdb is similar to dbx , but is a kernel debugger .
kdb与dbx相似,但它是内核调试器。
-
In this snippet , I run the " list " program attaching it to a dbx session .
在这个片段中,运行“list”程序并把它连接到dbx会话。
-
Dbx is the standard debugger for AIX .
dbx是AIX的标准调试器。
-
A dbx plug-in can be made to provide a debugging environment to an application without which it is cumbersome to debug it .
dbx插件可以为应用程序提供调试环境,从而显著简化调试过程。
-
It is similar to dbx in that it is a command-line debugger .
它与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会话中装载的所有插件。
-
Dbx in AIX provides a complete set of plug-in interface routines , which are used to extend the functionality of dbx .
AIX中的dbx提供一套完整的插件接口例程,可以使用它们扩展dbx的功能。
-
From the dbx session , I would be able to have some break-points in the program and then run it .
在dbx会话中,可以在程序中设置一些断点,然后运行它。
-
The list of directories , separated by colons , set in the DBX_PLUGIN_PATH environment variable enables dbx to search for the plug-ins in all these paths , at the start of the dbx session .
在DBXPLUGINPATH环境变量中设置以冒号分隔的目录列表,在dbx会话启动时dbx会在所有这些目录中搜索插件。