Re: How can i view Debug.Write?
> I use a SQL table to trace and store expression evals[color=blue]
> during development of complex functions for a site. I have
> subroutines setup to generate appends to the table. I know
> waiting for the page to download from the server can sometimes
> take a long time.[/color]
i tried creating a COM Object that only calls OutputDebugStri ng, but for
some reason the console session on the Windows Server machine cannot see the
output debug strings generated from the IWAM session.
> I use a SQL table to trace and store expression evals[color=blue]
> during development of complex functions for a site. I have
> subroutines setup to generate appends to the table. I know
> waiting for the page to download from the server can sometimes
> take a long time.[/color]
i tried creating a COM Object that only calls OutputDebugStri ng, but for
some reason the console session on the Windows Server machine cannot see the
output debug strings generated from the IWAM session.
Comment