The GNU symbolic debugger, GDB, is a powerful development tool, but one drawback is it works only from the command line.
GNU symbolic debugger(GDB)是一个强大的开发工具,但是不足之处在于它只能在命令行下工作。
The attach 4009 command starts debugging the currently running nweb server, and the GDB Debugger responds in kind by reading all the symbolic information about the process it can.
attach 4009命令启动对当前正在运行的nweb服务器的调试工作,并且gdb调试工具通过读取有关该进程的所有的符号信息来做出同样方式的响应。
Produces a program database (PDB) that contains type information and symbolic debugging information for use with the debugger.
产生包含用于调试器的类型信息和符号调试信息的程序数据库 (PDB)。
Produces a program database (PDB) that contains type information and symbolic debugging information for use with the debugger.
产生包含用于调试器的类型信息和符号调试信息的程序数据库 (PDB)。
应用推荐