[ROOT] CINT debugger interface

From: Christoph Bugel (cbugel@netvision.net.il)
Date: Mon Mar 05 2001 - 00:47:43 MET


Hi,

I am using cint as an interpreter invoked from
compiled code, by calling G__init_cint(), followed by
G__loadfile() and/or G__exec_text().

My question is: how can I use cint's debugger
interface from within my compiled code. I don't want
an interactive prompt, because the user will interact
at a higher level (probably a gui..)

would I have to manipulate the stdin from my code and
emulate the user keystrokes, or can I get it working
with G__pause() and just sending debugger commands
like for example: G__calc("S") ?

Thanks,
Christoph



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:38 MET