×

注意!页面内容来自https://www.tutorialspoint.com/gnu_debugger/index.htm,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

GNU Debugger Tutorial

GNU Debugger Tutorial

GDBshort for GNU Debuggeris the most popular debugger for UNIX systems to debug C and C++ programs.

This tutorial provides a brief introduction on how to use GDB commands to ensure the programs are error-free.

Audience

A debugger is regarded as the best friend of a software programmer. Hencethis tutorial will be useful for all those programmers who would like to develop robust and error-free programs.

Prerequisites

This tutorial assumes that you already know how to program in C and C++ and that you can compile and execute programs.

Advertisements