views:

13

answers:

0

I'm having a problem with a trusted Silverlight 4 OOB app when it runs on a Mac.

In order to debug I'd really like to be able to capture the debug/trace information output by the app. (The problem is in in code running in a background thread so outputting debug information to the screen isn't practical and risks creating new issues.)

Ideally I'm looking for the Mac equivalent of DebugView, if there is one.
If not, any tips on other approaches to debugging htis will be greatly appreciated.