Binary Options

how to debug a binary file in gdb? Let’s say I compile my C file with -g option and send the output file to John. If John wants to debug that output file in gdb, what command he should use to run the file. In other words, how do you debug(eg. putting a line break) [...]