Debugging Silverlight Application
Posted by Ramprasad Navaneethakrishnan on March 5, 2009
Yesterday, few of my collegues tried their hands on Silverlight application for the first time and they faced this issue, a simple one which will be faced by most of the Silverlight novices. The issue is “Debugger not getting hit in the Silverlight project “. So why is this? How to solve this?
Solution:
All Silverlight applications will have a hosting application which will be an ASP.NET web application..
1. Right click the ASP.NET web application – -> Properties
2. In the properties window, select the tab Web.
3. In the debugger’s section, check the Silverlight checkbox.

4. Save the project properties.
5. Hit F5. Now you will be able to debug the Silverlight project
Leave your comments please.
Thanks.
Shubh Raj said
This is working. Thank you
floatingfrisbee said
WOrks!! Thanks for the tip, saved me some time.
Maria Smart said
You saved me life. thank you
Ivan Petrus said
Yes it works.Many thanks
Raj said
Thanks..It works:)
anjaiah said
this does not work for me, i am still looking the fix for this, however when i uncheck this check box it is working but i am not able to debug the application.
Peter Kassenaar said
Works! Saved my day, thanks a lot.
Also works in VS 2010 with Silverlight Tools 4 installed (which is my setup).
Srini said
This worked great , thanks so much
Harry said
Helpful Info, thanks.
Augustin said
Many thanks, man.
fapi said
doesn’t work yet, I create a new SL3 solution, and run in debug mode and then my breakpoints are NOT hit. what should i do?
Vikas said
Thanks…
Radhika said
Thanks a bunch. This saved me a lot of time. Picture worth a thousand words.