Visual Studio Code – vscode debugger warning on frozen modules
Trying to use the multiprocessing module to run some code. I need to use the python debugger to pass '-Xfrozen_modules=off' but using args or pythonArgs in launch.json doesn't seem to work. 0.01s - Debugger warning: It seems that frozen modules…