mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 10:01:51 -04:00
1.4 KiB
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:
- 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.
- 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