Visual Studio 2010 Automatic Attach To Process

后端 未结 10 2221
谎友^
谎友^ 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:45

    Have you tried System.Diagnostics.Debugger.Launch() in your service you would like the debugger to attach to?
    http://msdn.microsoft.com/en-us/library/system.diagnostics.debugger.launch.aspx

提交回复
热议问题