This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can a developer create a conditional breakpoint in Visual Studio Code?
Left-click in the column to the left of a line number in the code editor.
Select Toggle Conditional Breakpoint on the Run menu.
Right-click in the column to the left of a line number, and then select Add Conditional Breakpoint.
In a launch configuration file, what is the console attribute used for?
Specifies the working directory of the target process.
Specifies the type of debugger to use for this launch configuration.
Specifies the type of console that's used when the application is launched.
Which section of the RUN AND DEBUG view is used to track the current point of execution within the running application?
The VARIABLES section.
The CALL STACK section.
The WATCH section.
Which of the following options can be used set a breakpoint in Visual Studio Code?
Select Toggle Breakpoint on the Edit menu.
Right-click in the middle of a line of code, and then select Toggle Breakpoint.
You must answer all questions before checking your work.
Was this page helpful?