I tempolarily inplemented such functionality and copied a new version
to CERN. Hopefully, Fons will try integrating the new version with
a bit of enhancement.
This implementation requests you to input '.qq' command to terminate
macro but not cint. Command name may be confusing, I'm flexible to
change this at this momemnt.
root[0] .x Macro.C
**** Break *****
root> .qq
root[1]
Fons, please reset G__return=G__RETURN_NON; after you call G__process_cmd
with cint5.13.40.
Masaharu Goto
>
> >Hi again,
> >
> >Is it possible to interupt a CInt process and bring control back to the
> >console without terminating CInt itself?
> >
> >William
> >
>
> Ooop, I think I need to clarify this. What I meant to say is, is it
> possible to interupt a CInt macro and bring control back to the console
> without terminating CInt.
>
> William