The Visual Studio .NET debug window does not intercept debug or trace
messages. But they are being produced on the handheld. You can write a
custom listener and save to a text file or do something a little more
abitious:
Tracing for Compact Framework apps
http://www.codeproject.com/csharp/Co...ct%7Cframework
This will allow you to see debug messages on the Desktop but not the Visual
Studio .NET IDE. You could take the next step since it is close.
Alex Feinman has a great suggestion for creating a LogFileListener:
http://groups.google.com/groups?hl=e...rk%26spell%3D1
Thanks,
Chris Craft
http://www.cjcraft.com/
"Jim H" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The documentation says that Debug.WriteLine and TraceListener.WriteLine
are
> supported by the compact framework, but When I try calling these methods I
> get no output in my debug window? How do I print debug info to my debug
> window?
>
> jim
>
>