How to set a breakpoint to a line in gdb
From here I understood just how to set a breakpoint at the beginning of the function, but I want to set it on a specific line, or a specific offset from the begining of this function.
In general, is there a way in gdb to set a breakpoint to a line?