Name: le current year man 2016-11-22 17:56
it's 2016 and you still can't go back in gdb.
i want to debug a crash, i crashed in function f so i want to step back a bit to see which function called f.
can't do it. not happening. computers are not advanced enough yet.
gotta put breaks around everything that calls f and re run, skipping working calls until I hit the breaking one.
This is the modern workflow?
i want to debug a crash, i crashed in function f so i want to step back a bit to see which function called f.
can't do it. not happening. computers are not advanced enough yet.
gotta put breaks around everything that calls f and re run, skipping working calls until I hit the breaking one.
This is the modern workflow?