Subj : how to stop running a script at some points and restart from the point later? To : netscape.public.mozilla.jseng From : highfly22 Date : Tue Oct 04 2005 02:20 am Hi, I am using spidermonkey engine. For example, a check point is placed in one script, when javascript engine execute the check point, it will stop and ask a question whether it continues. If answer is negative, then the engine stops and puts all runtime data into a file--like dumping core file, so that later the engine can read the file and recover the runtime environment from file.This function just likes debuging the core file. So pc or something like that and all datastruct used by script will be saved into the file. I am new to spidermonkey and wonder is it possible? And if there are two different OS, and the version of spidermonkey is the same, will it work? Any ideas would be greatly appreciated! .