Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.09 KB

File metadata and controls

32 lines (26 loc) · 1.09 KB
title Debug Windows Communication Foundation (WCF) services
description Explore links to articles about debugging Windows Communication Foundation (WCF) services in Visual Studio, including limitations.
ms.date 11/04/2016
ms.topic concept-article
dev_langs
CSharp
VB
FSharp
C++
helpviewer_keywords
debugging, WCF
WCF, debugging
author mikejo5000
ms.author mikejo
ms.manager wiwagn
ms.subservice debug-diagnostics

Debugging WCF Services

In this section

Limitations on WCF Debugging describes restrictions on debugging WCF.

How to: Step into WCF Services explains debugger support for stepping into a WCF Service.

How to: Debug a Self-Hosted WCF Service describes how to debug a WCF Service that runs outside IIS or the ASP.NET Development server.

Related content