Files
freeCodeCamp/curriculum/challenges/german/19-foundational-c-sharp-with-microsoft/debug-c-sharp-console-applications/implement-the-visual-studio-code-debugging-tools-for-c-sharp.md
2023-11-01 16:37:07 +01:00

40 lines
1.4 KiB
Markdown

---
id: 647e22b38acb466c97ccbef6
title: 'Implement the Visual Studio Code Debugging Tools for C#'
challengeType: 19
dashedName: implement-the-visual-studio-code-debugging-tools-for-c-sharp
---
# --description--
This challenge will be partially completed on the Microsoft Learn platform. Follow these instructions to complete the challenge:
1. Go to <a href="https://learn.microsoft.com/training/modules/implement-visual-studio-code-debugging-tools/" target="_blank" rel="noreferrer">https://learn.microsoft.com/training/modules/implement-visual-studio-code-debugging-tools/</a> and complete all the tasks for the "Implement the Visual Studio Code Debugging Tools for C#" module. This is **required** to earn the "Debug C# Console Applications" trophy on Microsoft Learn, and qualify for the certification exam.
1. When you are finished, come back and correctly answer the question below.
# --assignment--
Complete the <a href="https://learn.microsoft.com/training/modules/implement-visual-studio-code-debugging-tools/" target="_blank" rel="noreferrer">Implement the Visual Studio Code Debugging Tools for C#</a> module on Microsoft Learn. Then, answer the question below.
# --question--
## --text--
Which section of the RUN AND DEBUG view is used to track the current point of execution within the running application?
## --answers--
The VARIABLES section.
---
The CALL STACK section.
---
The WATCH section.
## --video-solution--
2