Page 1 of 1

Tracing calls using Var_Dump and STDOUT

Posted: Tue Aug 07, 2007 1:16 pm
by biren
Hi,
I am working on synchronization of Microsoft Outlook with another software.But i am unable to connect to my software via Outlook.So I am trying to check where the calls are going.For this I am using Var_Dump before my software calls Microsoft Outlook.But there is nothing written to the logs.I then decided to STDOUT to a file.Right now I am working on that.
Does anyone have some idea for this.Any help is appreciated.

Bye