fix(curriculum): erroneous answer option in Debug a C# Console Application Using Visual Studio Code challenge (#51418)

This commit is contained in:
Shazim Surmawala
2023-08-29 18:14:40 +05:30
committed by GitHub
parent 35511b468c
commit 2428910ad1
@@ -21,7 +21,6 @@ Which of the following options can be used set a breakpoint in Visual Studio Cod
## --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.
---