Debugging with GDB--overview

Source: Internet
Author: User

This is the study note of debugging with GDB.

1. Overview (Summary)

The role of a debugger (such as GDB) is to see what is going on inside another program when it executes, or what it is doing when a program crashes.

Specifically, GDB can do four things to help programmers find bugs in the program:

A. Start the program, set various parameters that can affect the operation of the program;

B. To allow the procedure to stop under certain conditions;

C. See what happens after the program stops;

D. After a bug in the hotfix, continue to view the program's behavior.

GDB can be used to debug programs written in the C or C + + languages. (For specific language support, see the original ...) )

Debugging with GDB--overview

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.