Visual Studio 2010 Automatic Attach To Process

后端 未结 10 2382
谎友^
谎友^ 2021-02-07 08:51

I am using visual studio 2010, my application has a multiu layer architect,

MainUI, WCFService, BLL and DAL

My MainUI communicated to WCF and WCF further commun

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-07 09:44

    Configure your solution for multi project start up. I do this for a similar application. VS launches the WCF and client automatically and I can set break points in either.

    The start-up order is the order in which you select the projects.

    Right mouse click on your solution and select 'choose startup projects'. Then select multiple startup projects and select the projects.

提交回复
热议问题