Hi All,
I'm using gdb to debug a C code which does file processing.
The file i'm processing has about 100,000 records.
The code runs fine until the 30,000 records and after that it produces garbage value. Could i use gdb to run the code until it reaches 30,000 records and then set breakpoints from the 30,000 records onwards to analyze the variables causing the garbage value?