How to debug Dal, DalEf projects?
Hi,
What is the problem?
How is your configuration?
I just want to check the flow of execution by setting breakpoints in the classes from Dal & DalEf projects.I have developed a project using CSLA & have reffered the ProjectTracker solution.
Hi,
Well, tat is why I ask about your configuration.
If you use N-tier configuration (like ProjectTracker) the easiest way is to configure your solution to have multiple startup applications (with attached debugger).
This is configured in Solution - Properties. You should set both your client solution (ex PTWin) and server hosting solution (ex WCFHost) as startup prosjetc so the debugger will attach to both process.
Thank you.. I was able to debug all projects using Multiple Startup Projects as you suggested..
How can I debug Async methods?
Copyright (c) Marimer LLC