File gdb_use.c
in subfolder
Debugger
in your shared folder.
Available .
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.