Debug Output to IDE

I

Ian

I know that Debug.Write isn't supported in the CF to report back to the IDE
but I was wondering how does the Output window get the following :

The thread '<No Name>' (0x66d3c) has exited with code 0 (0x0)

I get this after every asynchornous web service call.

Surely the same could be applied for the Debug class?
 
C

Charles Gifford [MSFT]

Ian,

I'm not totally sure what you are asking for here, but the output is
probably being sent to the window because the web service process is being
debugged by the native APIs, and not by the managed (NETCF) APIs.

- Charlie

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top