**What is a breakpoint?** A breakpoint is *a method to instruct GDB to suspend execution on certain conditions.* > **What can you do when GDB suspends execution at a breakpoint?** > When GDB suspends execution at a breakpoint, you can *inspect data and variables in the program.* ...