From 450357c90eee7b9f02bc80ad8d269cb65a570762 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 19 Oct 2017 12:30:51 -1000 Subject: [PATCH] Add Debugging ASP.NET Core 2.x source (#4604) fixes #4155 --- aspnetcore/testing/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/testing/index.md b/aspnetcore/testing/index.md index 614d447e3c..9c8bbaabd1 100644 --- a/aspnetcore/testing/index.md +++ b/aspnetcore/testing/index.md @@ -16,5 +16,6 @@ ms.prod: asp.net-core - [Unit testing](https://docs.microsoft.com/dotnet/articles/core/testing/unit-testing-with-dotnet-test) - [Integration testing](xref:testing/integration-testing) - [Testing controllers](xref:mvc/controllers/testing) +- [Debugging ASP.NET Core 2.x source](https://github.com/aspnet/Docs/issues/4155) - [Remote debugging](https://docs.microsoft.com/visualstudio/debugger/remote-debugging-azure) - [Snapshot debugging](https://docs.microsoft.com/azure/application-insights/app-insights-snapshot-debugger)