I debug my Silverlight application and when I put breakpoint in push button even, it don’t invoke when I push it. Don’t You know why it is ? Why then my app don’t pause and I don’t move to code to iterate through line of code?
I debug my Silverlight application and when I put breakpoint in push button even,
Share
I had the same issue with Firefox.
Change the default browser: Browse with… > Internet Explorer > Set as default.
And check your web project properties: Start Options > Debuggers:
ASP.NET and Silverlight should be selected.
That should work.