1. 首页
  2. 数据库
  3. 其它
  4. GDB调试文档.zip

GDB调试文档.zip

上传者: 2021-04-18 09:51:42上传 ZIP文件 4.51MB 热度 24次
中英文版:GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. 1、启动你的程序,可以按照你的自定义的要求随心所欲的运行程序。 2、可让被调试的程序在你所指定的调置的断点处停住。(断点可以是条件表达式) 3、当程序被停住时,可以检查此时你的程序中所发生的事。 4、你可以改变你的程序,将一个BUG产生的影响修正从而测试其他BUG。 http://www.sourceware.org/gdb/
下载地址
用户评论