This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 to set a breakpoint in Visual Studio Code?
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.
How can a developer disable a breakpoint in Visual Studio Code?
Click Remove Breakpoint on the Run menu.
Right-click the red dot to the left of the line number and select Disable Breakpoint.
Left-click the red dot to the left of the line number.
What is a conditional breakpoint in Visual Studio Code?
A breakpoint that only triggers when a specified condition is met.
A breakpoint that is triggered every time the code is run.
A breakpoint that is only visible in the editor and does not affect debugging.
How can a developer create a conditional breakpoint in Visual Studio Code?
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.
You must answer all questions before checking your work.
Was this page helpful?