Skip to content

gabejackson/django-pycharm-debug-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A django middleware to debug exceptions in PyCharm's PyDev debugger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages