Python

Python debugger for VSCode

Please refer to the following document for instructions on setting up remote debugging.

Specifically,

import ptvsd
ptvsd.enable_attach(“my_secret”, address = (‘0.0.0.0’, 3000))