Skip to main content

App for Django to during development enter PyCharm debugger on uncaught exceptions

Project description

https://badge.fury.io/py/django-pycharm-breakpoint.png

App for Django to enter PyCharm debugger on uncaught exceptions

  • Free software: BSD license

Features

  • Uncaught exceptions in django view implementations (and middlewares) will trigger the PyCharm debugger

Installation

You can install the plugin by running

pip install django-pycharm-breakpoint

In settings.py add django-pycharm-breakpoint to your INSTALLED_APPS

INTALLED_APPS += [‘django_pycharm_breakpoint’]

Usage

When running in the PyCharm debugger and the package is installed and added to the INSTALLED_APPS django setting, any uncaught exception will trigger a breakpoint in PyCharm.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-pycharm-breakpoint-0.3.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page