Python asynchronous/threads debugging in Visual Studio Code

New debugger is capable of debugging async applications.
Check out how to set it up
How to update ptvsd used by Visual Studio Code in debug mode
And don’t forget to add “subProcess”: true, in launch.json

Leave a Comment