Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Refactor branch: design changes to support os.fork #1703

Closed
karthiknadig opened this issue Aug 19, 2019 · 2 comments
Closed

Refactor branch: design changes to support os.fork #1703

karthiknadig opened this issue Aug 19, 2019 · 2 comments

Comments

@karthiknadig
Copy link
Member

No description provided.

@karthiknadig
Copy link
Member Author

karthiknadig commented Aug 20, 2019

Extension version with support for the out-of-proc debug adapter.
ms-python-insiders.zip

{
    "name": "Terminal",
    "type": "python",
    "request": "launch",
    "program": "${file}",
    "console": "integratedTerminal",
    "ptvsd": "C:\\GIT\\ptvsd\\src\\ptvsd",
    "experiment": true
},

You will need this change to the launch json for it to work.

@int19h
Copy link
Contributor

int19h commented Aug 21, 2019

Initial research and design is complete, and we are going with the Right Thing approach over the minfix. This requires some pydevd changes, and also changes to the adapter to handle multiple debug servers, and allow multiple connections from the IDE. I'll create separate work items for these.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants