Click here to Skip to main content
15,881,172 members
Articles / General Programming / Debugging
Tip/Trick

Enable Debugging in Visual Studio when browsing silverlight in Firefox

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
29 Oct 2010CPOL 13K   3   1
Following is the tips/Trick to ensure that the VS debugger attaches to the Silverlight app for debugging and your unreached breakpoint can be reached:

1. In Firefox address bar type about:config

2. Read the warning, choose your preference to always remind you     or not and accept
3. In the search bar of the config options now type: npctrl

4. You should then see the entry:    dom.ipc.plugins.enabled.npctrl.dll

5. Change the value from true to false (simply double-clicking will change this for you)
6. Restart your Firefox

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralReason for my vote of 5 Nice Trick Pin
Ali Taghvajou30-Dec-10 9:43
professionalAli Taghvajou30-Dec-10 9:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.