UC3M

Telematic/Audiovisual Syst./Communication Syst. Engineering

Systems Architecture

September 2017 - January 2018

16.9.  Activities

16.9.1.  Using the debugger

Resources

  • File gdb_use.c in subfolder Debugger in your shared folder. Available .

Work Plan

Read the document offered in the Resources section about the debugger. Make a list of the debugger commands in a sheet of paper. This sheet will be very useful to you throughout the course.

Make sure you are capable of:

  • Stop a program at any location in the code.

  • You know how to use the functions Next and Step.

  • Set a condition on a break point and verify that the program stops only if the condition is true.