Debugging
- Copy the code Refer Here and create a new file
test_program.pyin folder - open the folder in visual studio code
- Ensure python extension is installed
- Put a breakpoint (on line 42) and Run python debug


- We can have multiple break points, Variable values are shown in variables section and call stack shows the sequence of calls
- Download visual studio code cheat sheet
