slackbuilds/python/backlash
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/backlash: Convert python to python2. 2021-06-02 01:02:23 +07:00
backlash.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
backlash.info python/backlash: Added (Python Module). 2019-10-25 15:10:55 +07:00
slack-desc python/backlash: Added (Python Module). 2019-10-25 15:10:55 +07:00

README

Backlash supports both debugging applications on crash and realtime
console, both are based on the Werkzeug Debugger and adapted to work
with WebOb.

backlash is a swiss army knife for web applications debugging, which
provides:
  An Interactive In Browser Debugger based on a Werkzeug Debugger fork
  ported to WebOb
  Crash reporting by email and on Sentry
  Slow requests reporting by email and on Sentry.

Backlash was born as a replacement for WebError in TurboGears2.3
versions.