Visual Studio Code for Python Developers Transcripts
Chapter: Running and Debugging
Lecture: Debugging Overview

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Hi everyone. Welcome to Chapter 6 of the Visual Studio Code for Python Developers course.
0:06 In this chapter, we're going to talk about running and debugging your Python application.
0:10 So far in the course, we've talked about a lot of different things like editing your code and configuration settings and customizations you can make,
0:17 extensions you can install. We even talked about managing your Python environments and creating customizable workspaces.
0:24 So I figure at some point in time, we should actually tell you how to run and debug some of these applications that you're going to write.
0:30 So specifically, we're going to look at a couple of different things like one, how can I use the terminal to do command line debugging?
0:37 Not my recommendation, but some of you might want to do this.
0:40 We'll look and see some of the different visual elements and UI components inside of Visual Studio Code that you could use for debugging your application.
0:47 And then we'll talk about different debug configurations,
0:50 how we can set these up and some of the options you might want to configure based on the needs of your project.
0:56 So why don't we go ahead and just get right into it.


Talk Python's Mastodon Michael Kennedy's Mastodon