Back to Freecodecamp

Implement the Visual Studio Code Debugging Tools for C#

curriculum/challenges/english/blocks/debug-c-sharp-console-applications/647e22b38acb466c97ccbef6.md

latest1.2 KB
Original Source

--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.
  2. 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.

--questions--

--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