hi,
i am using the gdb intensivelly for my schools projects.
i am debugging source code so many times and i rebegin the programs from the
beggining so many times that i get tired many times

so i wold like to say something about perhaps new feature... or if this
already exists....?

so that thing is the following:
is there a way to put some kind of point (say restore_point) so when i run a
program and i out this restore point say in the middle in the program i can
come back to that point every time i want.  this kind of stuff i think that
will be good since the first half of the program is good and when i come
close to the point where the program crashes (or makes an segmentation
fault) i dont have to rebegin the program and introduce all the data at the
begging of the program.

so is there such kind of thing that gdb has??
or can it be implemented in the gdb??

i thank you in advance for your answer

Reply via email to