Back to Freecodecamp

Challenge Project - Debug a C# Console Application Using Visual Studio Code

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

latest1.4 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/challenge-project-debug-c-sharp-console-application/" target="_blank" rel="noreferrer">https://learn.microsoft.com/training/modules/challenge-project-debug-c-sharp-console-application/</a> and complete all the tasks for the "Challenge Project - Debug a C# Console Application Using Visual Studio Code" 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/challenge-project-debug-c-sharp-console-application/" target="_blank" rel="noreferrer">Debug a C# Console Application Using Visual Studio Code</a> challenge project on Microsoft Learn. Then, answer the question below.

--questions--

--text--

Which of the following options can be used to set a breakpoint in Visual Studio Code?

--answers--

Left-click in the column to the left of a line number in the code editor.


Select Toggle Breakpoint on the Edit menu.


Right-click in the middle of a line of code, and then select Toggle Breakpoint.

--video-solution--

1