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?
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.
, Debug not Release.
, , Visual Studio ( F5). - -, - Visual Studio Silverlight. F5 Silverlight.
, Windows Visual Studio F5, , Silverlight, Windows.
Source: https://habr.com/ru/post/1758294/More articles:Problem with SQL stored procedure - problem with decimal value conversion - sqlJquery select child of parent binding - jqueryCommon Socket Question - Migrating C ++ Structures from Java to C ++ - javaWhat is a smart way to convert a complex Ant script into a set of Eclipse projects? - eclipseDetecting IE6 using Javascript / jQuery revisited - javascriptJQuery plugin Enable True / False event - javascriptWant to enable BHO in WebBrowser Control, built into a standard C # application - c #What is the purpose of the kill flag for the codeign tool? - codesignGWT Launcher bug due to huge classpath - eclipseСамая быстрая структура данных в Java (обработка для 4D-визуализации) - javaAll Articles