Vscode configuration for debugging CPython.
- Docker
- vscode with remote-development plugin
-
Clone Cpython3.6.
-
Clone/Download this repo in another location apart from where you cloned Cpython.
-
Copy and Paste the
.devcontainer
directory into your Cpython directory. -
Open Cpython in vscode.
-
Select Remote-Containers: Open Folder in Container... from the command list that appears, and open the root folder of the project you just cloned.
- Cannot work with Python3.8 because of linker issues.