从 Mac 上运行的 Silverlight OOB 应用程序捕获跟踪/调试信息

发布于 2024-09-25 08:45:52 字数 333 浏览 2 评论 0 原文

我在 Mac 上运行受信任的 Silverlight 4 OOB 应用程序时遇到问题。

为了调试,我真的希望能够捕获应用程序输出的调试/跟踪信息。 (问题出在后台线程中运行的代码中,因此将调试信息输出到屏幕上是不切实际的,并且有产生新问题的风险。)

理想情况下,我正在寻找与 DebugView(如果有)。
如果没有,任何有关调试 htis 的其他方法的提示将不胜感激。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离不开的别离 2024-10-02 08:45:52

过去,我在 C# 中创建了一个 com 可见的 dll,它仅使用标准 win32 输出调试字符串调用来输出调试信息。然后可以使用 COM 自动化从 Silverlight 中调用它:-)

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 :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文