Files
freeCodeCamp/curriculum/challenges/german/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-11-01 16:37:07 +01:00

40 lines
1.6 KiB
Markdown

---
id: 647e22778acb466c97ccbef2
title: 'Challenge Project - Debug a C# Console Application Using Visual Studio Code'
challengeType: 19
dashedName: challenge-project-debug-a-c-sharp-console-application-using-visual-studio-code
---
# --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.
1. 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.
# --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.
---
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