Checkpont/restore options for Linux
Hi,
I am trying to find a way to debug long running programs by saving the state of the program at some point and using this checkpoint to debug the program. So this way if usually it takes several hours to get to a certain breakpoint, by running the saved cp instead this long waiting time can be saved.
I found several libraries that allow proccess checkpoint/restore, but the resulting checkpoint can't be debugged.
Does anyone have experience with that? Any help will be appreciated.
Thanks a lot.
|