The CDT doesn't include its internal debugger, but it offers a front end to GNU GDB debugger, which must be available locally.
CDT中没有内部的调试器,但是它提供了一个GNUGD b调试器的前端,该调试器必须在本地可用。
The GNU Debugger (gdb) is the most popular open source debugger in use.
GNUDebugger(gdb)是目前最受欢迎的开源调试器。
Note: the -ggdb option in this example differs from Nigel's article in that it tells the GNU Compiler Collection (GCC) to optimize the program for debugging with GDB.
注意:此示例中的- ggdb选项与Nigel文章中所述的选项不同,因为它告诉gnu编译器集(GCC)优化该程序,以便于使用gdb来进行调试。
The GNU symbolic debugger, GDB, is a powerful development tool, but one drawback is it works only from the command line.
GNU symbolicdebugger(GDB)是一个强大的开发工具,但是不足之处在于它只能在命令行下工作。
IBM Rational Software Developer (RSD) allows you to run and debug programs on a remote machine using the GNU debugger (GDB).
IBMRational SoftwareDeveloper (rsd)允许您使用gnu调试器(GNU debugger, gdb)在远程的机器上运行并调试程序。
When GDB, the GNU Project Debugger, starts up, it looks for a file in the current user's home directory called .
当GDB(即 GNUProjectDebugger)启动时,它在当前用户的主目录中寻找一个名为 .gdbinit 的文件;
Part 2 of this "Interfacing with the CDT debugger" series explains how the CDT USES the CDI to interface the finest open source debugger of them all: the GNU debugger (GDB).
“使用CDT调试器”系列文章的第2部分将解释CDT如何使用CDI与最优秀的开源调试器进行交互:gnuDebugger (gdb)。
gdb是gnu调试器。
First, the debug environment is configured with the debug tool-GDB of the GNU free software.
首先采用源代码公开的GNU软件配套调试工具GDB来配置主机的调试环境。
GDB is a very good performance source-level debugger, it can achieve all the functions of the normal debugger almost, therefore, it is essential in GNU tool chain, GDB has very good performance.
GDB是一种性能很好的源码级调试器,它几乎可以实现普通调试器所具有的全部功能,因此它在GNU工具链中是必不可少的。
GDB is a very good performance source-level debugger, it can achieve all the functions of the normal debugger almost, therefore, it is essential in GNU tool chain, GDB has very good performance.
GDB是一种性能很好的源码级调试器,它几乎可以实现普通调试器所具有的全部功能,因此它在GNU工具链中是必不可少的。
应用推荐