⟩ Suppose You create a serviced component named Session Dispenser. This computer is in theCompany.Utilities assembly and is registered in a COM+ server application. Session Dispenserhas multiple callers. You discover that there are logic problems in the Create New Sessionmethod. You want to debug any calls to this method. What should you do?A. Open the Session Dispenser solution.Set a breakpoint on the Create New Session method.Start the debugger.B. Attach the debugger to the client process.Set a breakpoint on the SessionDispenser.CreateNewSession method.C. Attach the debugger to the Company.Utilites.exe process.Set a breakpoint on the Create New Session method.D. Attach the debugger to a Dllhost.exe process.Set a breakpoint on the Create New Session method.
D. Attach the debugger to a Dllhost.exe process.
Set a breakpoint on the Create New Session method.