Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Running SL DV 2011.1 samples in debug mode
posted

I was trying to get a feel for how the BindingGeoImageryData part of xamMap works, so I loaded the DV sample project and started it in debug mode.  To start in debug mode and get anything except a blank screen, I have to be in Default.aspx in the Infragistics.Web.SLDV.Web project (OK, haven't tried all other possible files, but that one works for me).

Unfortunately, I find myself unable to set a breakpoint in the Infragistics.Web.SLDV project, for example in the BindingGeoImageryData constructor.

Even inserting a 

System.Diagnostics.Debugger.Break();

in the constructor results in the sample running just fine, but never breaking.