mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-27 07:02:14 -04:00
1.4 KiB
1.4 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 the Microsoft Learn platform. Follow these instructions to complete the challenge:
- Go to https://learn.microsoft.com/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 on Microsoft Learn, and qualify for the certification exam.
- When you are finished, come back and correctly answer the question below.
--assignment--
Complete the Implement the Visual Studio Code Debugging Tools for C# 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