Debugging Preparation: Windows Services

This topic applies to:

Edition

Visual Basic

C#

C++

Web Developer

Express

Topic applies Topic applies Topic applies Topic does not apply

Standard

Topic applies

Topic applies

Topic applies

Topic does not apply

Pro and Team

Topic applies

Topic applies

Topic applies

Topic does not apply

Table legend:

Topic applies

Applies

Topic does not apply

Does not apply

Topic applies but command hidden by default

Command or commands hidden by default.

A Windows service is a program that runs in the background under Microsoft Windows NT, Windows 2000, Windows XP, or Windows Server 2003. For more information, see Creating Windows Services. Examples include the Telnet service and the Windows time service, which updates your computer's visible clock. A Windows service cannot be run from within Visual Studio; it must run within the context of the Services Control Manager. For more information, see Debugging Windows Service Applications and Windows Service Applications.

See Also

Tasks

How to: Debug the OnStart Method

Concepts

Project Settings for C# Debug Configurations

Project Settings for a Visual Basic Debug Configuration

Other Resources

Debugging Managed Code

Debugging Preparation: C# and Visual Basic Project Types