Capturing trace/debug information from a Silverlight OOB app running on a Mac
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.In the past I have created a com visible dll in c# that simply uses the standard win32 outputdebugstring call to output debug info. This can then be called from within Silverlight using COM automation :-)
精彩评论