Re: Pause the program [message #36283] |
Sat, 30 August 2003 23:33 |
tomson
Messages: 39 Registered: March 2003
|
Member |
|
|
Thank you!
"Reimar Bauer" <R.Bauer@fz-juelich.de>
??????:biqnvg$426a$1@zam602.zam.kfa-juelich.de...
> tomson wrote:
>
>> Hi,
>>
>> How to pause or stop the running program? I have to kill the program but
>> that's not good method. Another thing is that when the program stop
>> because of error, I hope after the error is corrected, the program can
>> continue to run, since it has running for a long time.
>>
>> I appreciate your help.
>>
>> TOM
>
> Dear TOM
>
> Breaking is done by the break key CTRL+C
>
> And then it's complicated to do the things you are describing.
>
> You can change variable states and then do a .continue or .step
> You should have a look at the dot commands.
> But if you need to compile the routine then you will loose the variables.
>
> You should think about to save the data in records during the operation.
>
> Reimar
>
> --
> Forschungszentrum Juelich
> email: R.Bauer@fz-juelich.de
> http://www.fz-juelich.de/icg/icg-i/
> ============================================================ ======
> a IDL library at ForschungsZentrum Juelich
> http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
>
|
|
|
Re: Pause the program [message #36285 is a reply to message #36283] |
Sat, 30 August 2003 10:46  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
tomson wrote:
> Hi,
>
> How to pause or stop the running program? I have to kill the program but
> that's not good method. Another thing is that when the program stop
> because of error, I hope after the error is corrected, the program can
> continue to run, since it has running for a long time.
>
> I appreciate your help.
>
> TOM
Dear TOM
Breaking is done by the break key CTRL+C
And then it's complicated to do the things you are describing.
You can change variable states and then do a .continue or .step
You should have a look at the dot commands.
But if you need to compile the routine then you will loose the variables.
You should think about to save the data in records during the operation.
Reimar
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|