Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Question regarding console

Hi,

there is a preference for it. Look under Run/Debug > Console. 

Toni

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Derek Morris
> Sent: Tuesday, May 02, 2006 10:09 AM
> To: 'CDT General developers list.'
> Subject: [cdt-dev] Question regarding console
> 
> Hi,
> 
> I have an external (command-line) simulator that I connect to 
> through GDB.
> During debug, it outputs various debug/progress messages to 
> its stdout.
> 
> I have written a small plugin that allows the simulator to be 
> configured and
> launched from within Eclipse, with it's stdio appearing in an Eclipse
> Console. I used the DebugPlugin to do this.
> 
> Whenever my simulator writes to stdout, it's Console is 
> shown. I also have
> consoles for GDB output and for the stdio of the program 
> under debug. I'd
> like to be able to provide an option to the user so they can 
> select whether
> the simulator console will force it's console to be displayed, or not.
> 
> Is there a way to stop a console displaying itself in this 
> way? i.e. I'd
> like the console to operate entirely in the background, until the user
> chooses to display it.
> 
> Thanks
> 
> ---
> Derek 
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top