mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 18:01:40 -05:00
1.1 KiB
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:
- 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.
- 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