Thanks Chuck
I already done in this way setting the variable as environment variable in 
Windows but launching from Visual Studio it doesn't work. My mistake was to not 
restart Visual Studio after setting the environment variable.
Now I remove the environment variable and set it in the debugging properties of 
the project.
It works fine.

Thanks
Paolo

Sent from my Windows Phone
________________________________
From: Chuck Rolke<mailto:[email protected]>
Sent: ‎26/‎08/‎2015 15:11
To: [email protected]<mailto:[email protected]>
Subject: Re: Qpid Proton C : enable transport level tracing

Linux:

PN_TRACE_FRM=1 ./<program-to-run>

Windows:

> SET PN_TRACE_FRM=1
> <program-to-run>


----- Original Message -----
> From: "Paolo Patierno" <[email protected]>
> To: [email protected]
> Sent: Wednesday, August 26, 2015 8:57:24 AM
> Subject: Qpid Proton C : enable transport level tracing
>
> Hi all,until today I used Qpid Proton without tracing but now I need it at
> transport protocol.I want to see the AMQP messages exchanged with the
> broker.In the transport.c, I see that there are 4 trace levels
> (PN_TRACE_OFF, PN_TRACE_DRV, PN_TRACE_RAW, PN_TRACE_FRM) but I can't find a
> way to enable them from a messenger.What's the way to have AMQP tracing ?
> Thanks,Paolo.
>
> Paolo PatiernoSenior Software Engineer
>
>
> Windows Embedded & IoTMicrosoft Azure Insider
> Twitter : @ppatierno
> Linkedin : paolopatierno
> Blog : DevExperienceBlog : Embedded101
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to