Skip to content

Commit c3e0e68

Browse files
committed
Technical Review 1055004: Interactively debug .NET apps with the Visual Studio Code debugger
1 parent 68649e9 commit c3e0e68

9 files changed

+10
-10
lines changed

learn-pr/language/dotnet-debug/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: Learn how to efficiently debug your .NET app by using Visual Studio Code to fix your bugs quickly.
7-
ms.date: 10/12/2023
7+
ms.date: 05/19/2025
88
author: jongalloway
99
ms.author: jogallow
1010
ms.manager: markl

learn-pr/language/dotnet-debug/2-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: jongalloway
88
ms.author: jogallow
99
ms.manager: markl
10-
ms.date: 10/12/2023
10+
ms.date: 05/19/2025
1111
ms.topic: unit
1212
ms.custom:
1313
- devx-track-dotnet

learn-pr/language/dotnet-debug/3-analyze-your-program-state.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: jongalloway
88
ms.author: jogallow
99
ms.manager: markl
10-
ms.date: 10/12/2023
10+
ms.date: 05/19/2025
1111
ms.topic: unit
1212
ms.custom:
1313
- devx-track-dotnet

learn-pr/language/dotnet-debug/4-use-visual-studio-code-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: jongalloway
88
ms.author: jogallow
99
ms.manager: markl
10-
ms.date: 10/12/2023
10+
ms.date: 05/19/2025
1111
ms.topic: unit
1212
ms.custom:
1313
- devx-track-dotnet

learn-pr/language/dotnet-debug/5-logging-and-tracing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: jamesmontemagno
88
ms.author: jamont
99
ms.manager: markl
10-
ms.date: 10/12/2023
10+
ms.date: 05/19/2025
1111
ms.topic: unit
1212
ms.custom:
1313
- devx-track-dotnet

learn-pr/language/dotnet-debug/6-use-logging-and-tracing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: jamesmontemagno
88
ms.author: jamont
99
ms.manager: markl
10-
ms.date: 10/12/2023
10+
ms.date: 05/19/2025
1111
ms.topic: unit
1212
ms.custom:
1313
- devx-track-dotnet

learn-pr/language/dotnet-debug/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: jongalloway
88
ms.author: jogallow
99
ms.manager: markl
10-
ms.date: 10/12/2023
10+
ms.date: 05/19/2025
1111
ms.topic: unit
1212
ms.custom:
1313
- devx-track-dotnet

learn-pr/language/dotnet-debug/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: jongalloway
88
ms.author: jogallow
99
ms.manager: markl
10-
ms.date: 10/12/2023
10+
ms.date: 05/19/2025
1111
ms.topic: unit
1212
ms.custom:
1313
- devx-track-dotnet

learn-pr/language/dotnet-debug/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:Module
22
uid: learn.dotnet-debug
33
metadata:
4-
title: Interactively debug .NET apps with the Visual Studio Code debugger
4+
title: Interactively Debug .NET Apps with the Visual Studio Code Debugger
55
description: 'Learn how to efficiently debug your .NET app by using Visual Studio Code to fix your bugs quickly. Use the interactive debugger within Visual Studio Code to analyze and fix your C# applications.'
6-
ms.date: 10/12/2023
6+
ms.date: 05/19/2025
77
author: jongalloway
88
ms.author: jogallow
99
manager: coxford

0 commit comments

Comments
 (0)