blob: 8c51e16ce3549cde85fad41ad4c186186e61c10b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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.
|