Files
freeCodeCamp/curriculum/challenges/arabic/19-foundational-c-sharp-with-microsoft/debug-c-sharp-console-applications/challenge-project-debug-a-c-sharp-console-application-using-visual-studio-code.md
2023-06-29 11:19:11 -07:00

1.4 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
647e22778acb466c97ccbef2 Challenge Project - Debug a C# Console Application Using Visual Studio Code 19 challenge-project-debug-a-c-sharp-console-application-using-visual-studio-code

--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/challenge-project-debug-c-sharp-console-application/ 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.
  2. When you are finished, come back and correctly answer the question below.

--question--

--text--

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

--answers--

Left-click in the column to the left of a line number in the code editor. Correct. A breakpoint can be set by positioning the mouse pointer in the column to the left of a line number and then left-clicking.


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