How do you debug Silverlight applications with Chrome AND hit breakpoints?

时间秒杀一切 提交于 2019-12-05 11:06:48
Jeff Yates

See my answer and this answer on another question.

You have to manually attach to the Silverlight process. Use the Debug menu and select Attach to Process... once you have started debugging (via F5 or the Debug/Start Debugging option).

ashes999

As of September 2011 with Firefox 6, you need to configure Firefox if you want to debug. Steps are:

  • Load Firefox
  • Type "about:config" into Firefox's address bar
  • Accept the warning (if applicable)
  • Search for the entry "dom.ipc.plugins.enabled"
  • Change its value from "true" to "false" (double-click)
  • Restart the browser

Tada!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!