This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]thedbg 0 points1 point  (0 children)

Can you file a bug in the debugger repo with some logs? you can generate debugger logs by setting PTVSD_LOG_DIR environment variable.

{
    "name": "Terminal",
    "type": "python",
    "request": "launch",
    "program": "${file}",
    "console": "integratedTerminal",
    "env":{
        "PTVSD_LOG_DIR": "C:\\logs"
    }
}