mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
2aaf1fdf3d
Signed-off-by: B. Watson <yalhcru@gmail.com>
10 lines
483 B
Text
10 lines
483 B
Text
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.
|