A django middleware to debug exceptions in PyCharm's PyDev debugger
Project description
django-pycharm-debug-middleware
A django middleware to debug exceptions in PyCharm’s PyDev debugger.
Simply add the ExceptionMiddleware to your middleware classes and run PyCharm in Debug mode to handle Exceptions within PyCharm’s PyDev Debugger.
Usage
Append the middleware to your MIDDLEWARE_CLASSES and activate DEBUG_PROPAGATE_EXCEPTIONS:
MIDDLEWARE_CLASSES += ('pycharm_debug_middleware.middleware.ExceptionMiddleware', ) DEBUG_PROPAGATE_EXCEPTIONS = True
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-debug-middleware-1.0.2.tar.gz
.
File metadata
- Download URL: django-pycharm-debug-middleware-1.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 724d97883f5ed1dd1dd2de69c38a0e584cb20158bf917feb9d060a99c48b6326 |
|
MD5 | 512ed28aa46821539881d5ecb078955f |
|
BLAKE2b-256 | 34a124c5aa0874d5b6b4601771d156e12a44e7dcfe3f65d7001bb3eae759b627 |