slackbuilds/python/python3-backlash
Arn0 bca69299f2
python/python3-backlash: updated for version 0.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-04-25 21:37:50 +07:00
..
README
python3-backlash.SlackBuild python/python3-backlash: updated for version 0.4.0 2025-04-25 21:37:50 +07:00
python3-backlash.info python/python3-backlash: updated for version 0.4.0 2025-04-25 21:37:50 +07:00
slack-desc

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.