VSCode IDE, debugging, project management
by Eugeniy E. Mikhailov and Greg Bentsen
Homework 2 due Monday Sept 14 at 11:59pm
Agenda
VSCode is an IDE = “Integrated Development Environment”
This means it contains everything you need to:
your Python projects all in a single interface.
It also natively incorporates AI tools. We will introduce these next week.
Install Python extension (Microsoft)
Navigation
Use HW02 problem 6 as a testing ground
Breakpoints
Debug controls (continue, step over, step into, step out, restart, stop)
Examine variables in code by mousing over
Debug panel (left)