Is it possible in gdb to go to a line before the currently executing line. e.g:
void my_fun( somePtrType** arr,int start,int end) { // arr is an array of p
If your program is short, the usual trick is,
r
GDB was made to do that!