Files
freeCodeCamp/curriculum/challenges/arabic/19-foundational-c-sharp-with-microsoft/debug-c-sharp-console-applications/implement-the-visual-studio-code-debugging-tools-for-c-sharp.md
2023-06-29 11:19:11 -07:00

1.1 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
647e22b38acb466c97ccbef6 Implement the Visual Studio Code Debugging Tools for C# 19 implement-the-visual-studio-code-debugging-tools-for-c-sharp

--description--

This challenge will be partially completed on Microsoft's learn platform. Follow these instructions to complete the challenge:

  1. Go to https://learn.microsoft.com/en-us/training/modules/implement-visual-studio-code-debugging-tools/ 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.
  2. When you are finished, come back and correctly 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