Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] Trace all messages on a channel

The tcflog.exe can be interposed between the debugger agent and the "client" (e.g. Eclipse). It will provide you with the complete messages. You can build the tcflog.exe by linking the agent library against agent/tcf/main/main_log.c

Cheers,
- Mircea

From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Lillieskold, Claes
Sent: Wednesday, January 16, 2019 5:34 PM
To: TCF Development <tcf-dev@xxxxxxxxxxx>
Subject: [tcf-dev] Trace all messages on a channel

Is there a simple way to trace (or print, or access) all received and 
sent messages on a channel?
In protocol.c, there are some traces ending with ..., for example "Peer %s: Command: C %s %s %s ...",
but although useful, this is not the complete message.
I know there is a "TCF Trace" view, and this is useful, but If possible I would prefer
to have the complete messages output to trace().

Thanks,
Claes


Back to the top