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

Using latest version of the debugger. #2104

Closed
karthiknadig opened this issue Mar 5, 2020 · 3 comments
Closed

Using latest version of the debugger. #2104

karthiknadig opened this issue Mar 5, 2020 · 3 comments

Comments

@karthiknadig
Copy link
Member

Download and install insiders build of the python extension: https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix

image

To use the new debugger please add the following to your user settings:
image

    "python.experiments.optInto": [
        "DebugAdapterFactory - experiment",
        "PtvsdWheels37 - experiment"
    ],

Reload VSCode. if you look at Output tab > Python panel, you should see these lines:
image

This should get you the new debugger.

@karthiknadig karthiknadig pinned this issue Mar 5, 2020
@karthiknadig
Copy link
Member Author

Note: We are moving to use debugpy package as the debugger, so you may see that instead of ptvsd

@memco
Copy link

memco commented Mar 11, 2020

Is there anything else not included in the instructions we need to do in order to test this? I downloaded the insiders extension and added those configs, but I don't see that output in the Python output. Attempting this on 1.43 stable on Mac OSX 10.15.3.

@karthiknadig
Copy link
Member Author

@memco Enable these two settings:
image

Experiments are disabled when telemetry is disabled.

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

No branches or pull requests

3 participants