VS Code Debugging Extension

What is the extension that Mosh used in Complete Python Master for debugging in VS Code?

well, i think mosh uses python extension by Microsoft in VS Code for debugging. you don’t need extra extension all you need to do is:

  1. Open VS code
  2. Go to Extension
  3. Search for Python and install it.’
  4. Now, press F5 or click run — the program will starts running and pause at that breakpoint.

Hope this will help you.