App for Django to during development enter PyCharm debugger on uncaught exceptions
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-pycharm-breakpoint-0.3.0.tar.gz
.
File metadata
- Download URL: django-pycharm-breakpoint-0.3.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ee4ef63f3168a4cc9c784735f0745b545b38193bac089965728fa037efd13ba |
|
MD5 | 835eb77117dc28e047768959c595614b |
|
BLAKE2b-256 | a5a67a4e0f818914fac19ebc67dd7fc0910cbbc724076939d7c05534819824c2 |