"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Suppose it takes me a lot of time to reach the bug code. I don't want > to run the program again and again.
If you have a good idea where the bug is, you can make your program skip steps and get to the problem faster. > Is there any way to dump the > internal information to the disk? And then load it when I need it? Not really. There have been several projects (the technique is called checkpointing), but you'll probably find your bug faster by repeated runs than it will take you to correctly set up one of these projects (assuming you don't need to wait longer then a day for the bug to show up). > I heard it is possible. It's possible; just not practical. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
