Solution 1:
Manually attach the visual studio debugger to “plugin-container.exe”
Solution 2:
This involves changing Firefox’s config, and really should only be done to ease silverlight debugging until a proper fix is released.
- Type "about:config" into FF's address bar
- Accept the warning (if applicable)
- Search for the entry "dom.ipc.plugins.enabled.npctrl.dll"
- Change its value from "true" to "false" (double-click)
- Restart the browser
Thanks MisterGoodcat for this solution More info