Xcode's Debugger

Source: Internet
Author: User

The debugger is the program that you write between the program and the operating system, it can interrupt your program, so that it stops running, so you can check the program data, and even modify the program.

A breakpoint is where the debugger should stop running the program and let you see where the program is running.

The debugger used by Xcode is Gdb,gdb is part of the GNU project and it can be used on many different platforms. If you want, you can use it from the command line. GDB has a complete documentation system, although its documentation is somewhat difficult to understand and several versions of the GDB tutorial are circulating on the web.

Xcode's Debugger

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.