Why don't breakpoints work when debugging a Silverlight application?

I am debugging a Silverlight application, and when I put a breakpoint on a button even, it does not call when I click it. Don't you know why this is so? Why then does my application not stop and I don’t go to the code to repeat the line of code?

+3
source share
3 answers

I had the same issue with Firefox. Changing the default browser: Browse from ...> Internet Explorer> Set as default.

And check the properties of your web project: Launch Options> Debuggers: You need to select ASP.NET and Silverlight.

That should work.

+6
source

, Debug not Release.

+3

, , Visual Studio ( F5). - -, - Visual Studio Silverlight. F5 Silverlight.

, Windows Visual Studio F5, , Silverlight, Windows.

0

Source: https://habr.com/ru/post/1758294/


All Articles