Add TOC link to snapshot debugging doc
parent
f5cad8ab84
commit
b1152eeea1
|
@ -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
|
keywords: ASP.NET Core,unit testing,integration testing,controllers,debugging,remote debugging
|
||||||
ms.author: riande
|
ms.author: riande
|
||||||
manager: wpickett
|
manager: wpickett
|
||||||
ms.date: 10/14/2016
|
ms.date: 09/29/2017
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.assetid: 2159536c-ebf7-4ebd-ba85-9cc6a335a295
|
ms.assetid: 2159536c-ebf7-4ebd-ba85-9cc6a335a295
|
||||||
ms.technology: aspnet
|
ms.technology: aspnet
|
||||||
|
@ -17,3 +17,4 @@ ms.prod: asp.net-core
|
||||||
- [Integration testing](xref:testing/integration-testing)
|
- [Integration testing](xref:testing/integration-testing)
|
||||||
- [Testing controllers](xref:mvc/controllers/testing)
|
- [Testing controllers](xref:mvc/controllers/testing)
|
||||||
- [Remote debugging](https://docs.microsoft.com/visualstudio/debugger/remote-debugging-azure)
|
- [Remote debugging](https://docs.microsoft.com/visualstudio/debugger/remote-debugging-azure)
|
||||||
|
- [Snapshot debugging](https://docs.microsoft.com/azure/application-insights/app-insights-snapshot-debugger)
|
||||||
|
|
|
@ -139,6 +139,7 @@
|
||||||
## [Integration testing](testing/integration-testing.md)
|
## [Integration testing](testing/integration-testing.md)
|
||||||
## [Testing controllers](mvc/controllers/testing.md)
|
## [Testing controllers](mvc/controllers/testing.md)
|
||||||
## [Remote debugging](https://docs.microsoft.com/visualstudio/debugger/remote-debugging-azure)
|
## [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)
|
# [Working with Data](data/index.md)
|
||||||
## [Getting started with ASP.NET Core and Entity Framework Core using Visual Studio](data/ef-mvc/index.md)
|
## [Getting started with ASP.NET Core and Entity Framework Core using Visual Studio](data/ef-mvc/index.md)
|
||||||
|
|
Loading…
Reference in New Issue