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:
- Open VS code
- Go to Extension
- Search for Python and install it.’
- Now, press F5 or click run — the program will starts running and pause at that breakpoint.
Hope this will help you.