c# - How to debug silverlight applications? -


I need to find the code when the data is loaded. (VS2010 Silverlight4)

  & amp; RiaControls: DomainDataSource name = "domainDS" horizontal alignment = "left" vertical alignment = "top" QueryName = "GetPlanQuery" loaded data = "domainDS_LoadedData" & gt; ... & lt; / RiaControls: DomainDataSource & gt;  

In the back code:

  Private zeros domains: DS_loaded data (object sender, loaded data events E) {// break points will not be hit here]  

Any way to debug code has also been compiled into an XAP file and added to some page in another web project? I have all the project source code thanks.

You should be able to debug the code via debug -> to process the menu item Attach, then search for iexplore.exe in the available process list.

I have been caught several times with debugging because the list was not selected in the list to attach to the Silverlight (Process list attached to the above available Process Dialogue).


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -