سؤال

I am beginner to Visual Studio 2010 Express, I am trying to debug a C# web application using XML (as GUI buttons etc.) and using Silverlight. Before running the application i have Step Into and Step Over (which can be pressed, and it's color is in dark where as Step Out color is light and that can't be pressed). You can see the screenshot on this link.

And on clicking the Start Debugging button I don't have any option for attach process and it don't debug actually when i see on my break points it not at all debug. Now all Step Into and Step Over and Step Out, all are in light color and none can be pressed.Please see the screenshot on this link also on clicking "Web" i get this see the link please prntscr.com/34eya9

I am using Firefox Could that be a problem for not debugging ? But it is displaying the GUI i have created using xml and c#

هل كانت مفيدة؟

المحلول

right click on the project, go to "properties", select "web" tab, scroll at the bottom, and you will find that under "debuggers" silverlight is not checked.

check that, and rebuild the solution.

this should then enable silverlight debugging.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top