gnud / django-remote-debug-docker

Proof of concept how to debug a WSGI compatible application using PyCharm IDE (PRO) over Docker container

Repository from Github https://github.comgnud/django-remote-debug-dockerRepository from Github https://github.comgnud/django-remote-debug-docker

Demonstration of a remote Python DEBUG

The following repo contains two projects

  • dj - Django project
  • python_app - plain Python project

It demonstrates how to debug WSGI apps remotely via docker.

Work in progress.

TODOS:

  • manage.py to able to work with runserver or any commands
  • work with the Pycharm Community IDE

About

Proof of concept how to debug a WSGI compatible application using PyCharm IDE (PRO) over Docker container


Languages

Language:Python 90.2%Language:Dockerfile 9.8%