G
Guest
I'm trying to get debug output sent from my CF1 application to the output
window in Visual Studio.
System.Diagnostics.Debug.WriteLine doesn't work. Calling OutputDebugStringW
or NKDbgPrintfW in coredll similarly produces no output.
I see this comment in OpenNETCF.Diagnostics.DebugMessage: "... applies only
to generic CE devices. Most commercial Pocket PC and SmartPhone devices do
not expose a debug port."
But I see output pertaining to my application's execution (first chance
exceptions, etc.) in the VS output window.
Can anyone shed any light?
Thanks!
window in Visual Studio.
System.Diagnostics.Debug.WriteLine doesn't work. Calling OutputDebugStringW
or NKDbgPrintfW in coredll similarly produces no output.
I see this comment in OpenNETCF.Diagnostics.DebugMessage: "... applies only
to generic CE devices. Most commercial Pocket PC and SmartPhone devices do
not expose a debug port."
But I see output pertaining to my application's execution (first chance
exceptions, etc.) in the VS output window.
Can anyone shed any light?
Thanks!