Re: How to halt a running program without losing data?
- From: "robin" <robin_v@xxxxxxxxxxx>
- Date: Tue, 27 Dec 2005 22:51:33 GMT
"John Doe" <jdoe@xxxxxxxxxxx> wrote in message
news:mvdsf.37997$XJ5.14413@xxxxxxxxxxxxxxxxxxxxxxx
> robin wrote:
>
> >PL/I provides the ability to do this.
> >You can interrupt a program at any time, and can then do anything you
> >want, including printing the values of variables (useful if you want
> >to inspect the salient value of some iterative process to see whether
> >it is converging, etc), or reading in the values of any variables, etc.
> > You write what you want to do in an ON-unit (effectively
> >a procedure) that is entered when you interrupt from the keyboard.
> Gee, now if we could actually find a PL/1 compiler ...
PL/I compilers are available for the PC and ...
.
- References:
- Re: How to halt a running program without losing data?
- From: robin
- Re: How to halt a running program without losing data?
- From: John Doe
- Re: How to halt a running program without losing data?
- Prev by Date: Re: high-precision type
- Next by Date: Re: segmentation fault
- Previous by thread: Re: How to halt a running program without losing data?
- Next by thread: Re: How to halt a running program without losing data?
- Index(es):