Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] gdb console support in eclipse?

> 
> 
> Does anyone know about plans/status for gdb console support in eclipse?
> I don't see it listed on the eclipse roadmap, but I've seen a few mails 
> regarding mi and the gdb console.
> 
> I'm looking for info about projected dates, if that is avaliable.

Yes it is, the context menu on the debug view "Show debugger console"
or the little terminal icon in the toolbar of the debug view.
This will switch the application stdin/stdout console view to access gdb,
then go at the end and everything you type will be sent directly to gdb.
Some parsing is done to synchronize the IDE and raw commands.
If you want to switch the console view back the output of the
inferior(Application) click again on the icon or the context view.




Back to the top