Skip to content

Commit

Permalink
Merge pull request #7570 from microsoft/crooked-perch
Browse files Browse the repository at this point in the history
Update debugging intro video
  • Loading branch information
ntrogh authored Sep 9, 2024
2 parents d3639a7 + fcd3f3b commit b01cec9
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/introvideos/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Area: introvideos
TOCTitle: Debugging
ContentId: cf275b3d-c1d8-4a55-b2eb-a8a744882b6a
PageTitle: Introduction to Debugging in Visual Studio Code
DateApproved: 10/8/2021
DateApproved: 9/9/2024
MetaDescription: Debugging is a core feature of Visual Studio Code. Learn how to configure and use the Node.js debugger in this introductory video.
MetaSocialImage: images/opengraph/introvideos-social.png
---
Expand All @@ -14,19 +14,26 @@ Debugging is a core feature of Visual Studio Code. In this tutorial, we will sho

> **Tip:** To use the debugging features demonstrated in this video for Node.js, you will need to first install [Node.js](https://nodejs.org). To follow along with the Python portion of the video, you'll need to install [Python](https://www.python.org/downloads/).
<iframe src="https://www.microsoft.com/videoplayer/embed/RWAIIi" width="640" height="320" allowFullScreen="true" frameBorder="0" title="Debugging in Visual Studio Code"></iframe>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/3HiLLByBWkg" title="Getting started with debugging in VS Code" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Here's the next video we recommend: [Version Control](/docs/introvideos/versioncontrol.md)

Pick another video from the list: [Introductory Videos](/docs/getstarted/introvideos.md)

## Video outline

* Debugging that "just works".
* Run a sample Node.js app.
* Use a `launch.json` configuration file.
* Single file debugging.
* Debugging that a sample Node.js app.
* Exploring the debugging user interface.
* Debugging a sample C# app.
* Set a breakpoint.
* View variables and watch variables
* Inspect the call stack and loaded scripts.
* Use the debug console.
* Debug a React app.
* Launch configurations.
* Conditional breakpoints.
* Edit mode.
* Debug in Microsoft Edge.

## Next video

Expand Down

0 comments on commit b01cec9

Please sign in to comment.