Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT 9.2 debug console

Hello Vincent,


IIUC, you have modified or extended CDT to add printouts to the console in the Debugger Console view?

You probably modified or extended AbstractCLIProcess?


If that is the case, this will affect the GdbBasicCliConsole only.  If you run on Linux with GDB >= 7.12,

you would end up using the much richer GdbFullCliConsole.  That full console directly shows the output

given by GDB, so to add timestamp, you would need to have GDB provide an option to add such timestamps.


Or did I not understand what you meant?




From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Vincent GUIGNOT <Vincent.GUIGNOT@xxxxxxxxxxxx>
Sent: December 19, 2016 2:32
To: CDT General developers list.
Subject: Re: [cdt-dev] CDT 9.2 debug console
 
I found the .options way* to resolve my troubles.

*:https://wiki.eclipse.org/FAQ_How_do_I_use_the_platform_debug_tracing_facility


Le 16/12/2016 à 17:18, Vincent GUIGNOT a écrit :
> Hello,
>
> I really appreciate the new Debugger Console, but is it possible to add
> a timestamp for each line ?
>
> Thanks
>
> Regards
>
>
> Vincent
>
> This email and its content belong to Ingenico Group. The enclosed information is confidential and may not be disclosed to any unauthorized person. If you have received it by mistake do not forward it and delete it from your system. Cet email et son contenu sont la propriété du Groupe Ingenico. L’information qu’il contient est confidentielle et ne peut être communiquée à des personnes non autorisées. Si vous l’avez reçu par erreur ne le transférez pas et supprimez-le.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
dev.eclipse.org
Mailing list: cdt-dev CDT General developers list. About cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev
dev.eclipse.org
Mailing list: cdt-dev CDT General developers list. About cdt-dev


Back to the top