How to set a breakpoint to a line in gdb
19:07 09 Dec 2015

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?

c++ gdb