Skip to content

Vscode configurations for debugging CPython in a Linux container

Notifications You must be signed in to change notification settings

unofficialopensource-knit/Vscode-CPython-debug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Vscode-CPython-debug

Vscode configuration for debugging CPython.

Prerequisites:

  1. Docker
  2. vscode with remote-development plugin

Setup:

  1. Clone Cpython3.6.

  2. Clone/Download this repo in another location apart from where you cloned Cpython.

  3. Copy and Paste the .devcontainer directory into your Cpython directory.

  4. Open Cpython in vscode.

  5. Select Remote-Containers: Open Folder in Container... from the command list that appears, and open the root folder of the project you just cloned.

Known Issues:

  • Cannot work with Python3.8 because of linker issues.

About

Vscode configurations for debugging CPython in a Linux container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%