Debug Output to IDE

  • Thread starter Thread starter Ian
  • Start date Start date
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?
 
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.
 
Back
Top