How do I debug?

How do I debug?

Old forum URL: forums.lhotka.net/forums/t/12629.aspx


indraneelkurane posted on Tuesday, May 13, 2014

How do I use debugger in DAL when working with CSLA + Silverlight Project?

JonnyBee replied on Tuesday, May 13, 2014

Attach debugger to the .Net project that hosts the server side code and set breakpoint in the DAL code. 

You may need to define more than one startup project for debugging. 

indraneelkurane replied on Wednesday, May 14, 2014

1. I had to start multiple projects i.e. SilverlightUI & WcfAppServer using Right-Click 'Solution->Properties->Multiple startup projects'.

2. I disabled 'Enable Just My Code'  using menu 'DEBUG->Options and Settings->Debugging->General->Enable Just My Code'

 

 

Copyright (c) Marimer LLC