Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 317 Bytes

README.rst

File metadata and controls

13 lines (11 loc) · 317 Bytes

django-ptvsd

A wrapper to Visual Studio remote debugging server for python

Requirements

  1. ptvsd 3.0.0 installed on local machine

Quick start

  1. Install django-ptvsd
  2. Add django_ptvsd to your INSTALLED_APPS settings
  3. ./manage.py runsever --remote-debug --nothreading