You need to debug a Windows Service application by using breakpoints.
What should you do?
A.
Write all events to an event log.
B.
Set the Windows Service status to Paused.
C.
Implement the Console.WriteLine method throughout the Windows Service.
D.
Use the Attach to Process menu in Microsoft Visual Studio.
Should be D: Choose the Attach to Process menu item in the Debug menu.
Christian is right
https://msdn.microsoft.com/en-us/library/vstudio/7a50syb3%28v=vs.100%29.aspx
Useless to say, but the answer is D for sure.
D