65.9K
CodeProject 正在变化。 阅读更多。
Home

在 Firefox 中浏览 Silverlight 时,启用 Visual Studio 中的调试

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.50/5 (2投票s)

2010 年 10 月 29 日

CPOL
viewsIcon

13614

以下是确保 VS 调试器附加到 Silverlight 应用程序进行调试,并能到达未命中的断点的技巧/窍门:1. 在 Firefox 地址栏中输入 about:config
2. 阅读警告,选择你的偏好设置,始终提醒你     或不提醒你,然后接受 3. 在配置选项的搜索栏中输入:npctrl
4. 你应该会看到以下条目:   dom.ipc.plugins.enabled.npctrl.dll
5. 将值从 true 更改为 false(只需双击即可更改) 6. 重新启动你的 Firefox
© . All rights reserved.