Add TOC link to snapshot debugging doc

pull/4452/head
Scott Addie 2017-09-29 09:39:36 -05:00
parent f5cad8ab84
commit b1152eeea1
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ description: Links to resources for testing and debugging ASP.NET Core applicati
keywords: ASP.NET Core,unit testing,integration testing,controllers,debugging,remote debugging
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
ms.date: 09/29/2017
ms.topic: article
ms.assetid: 2159536c-ebf7-4ebd-ba85-9cc6a335a295
ms.technology: aspnet
@ -17,3 +17,4 @@ ms.prod: asp.net-core
- [Integration testing](xref:testing/integration-testing)
- [Testing controllers](xref:mvc/controllers/testing)
- [Remote debugging](https://docs.microsoft.com/visualstudio/debugger/remote-debugging-azure)
- [Snapshot debugging](https://docs.microsoft.com/azure/application-insights/app-insights-snapshot-debugger)

View File

@ -139,6 +139,7 @@
## [Integration testing](testing/integration-testing.md)
## [Testing controllers](mvc/controllers/testing.md)
## [Remote debugging](https://docs.microsoft.com/visualstudio/debugger/remote-debugging-azure)
## [Snapshot debugging](https://docs.microsoft.com/azure/application-insights/app-insights-snapshot-debugger)
# [Working with Data](data/index.md)
## [Getting started with ASP.NET Core and Entity Framework Core using Visual Studio](data/ef-mvc/index.md)