diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-26 04:03:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-01 09:00:29 +0700 |
commit | 2aaf1fdf3dddfbccb8deada7d9eaa4731559bd61 (patch) | |
tree | 33181b981084a47b8a05bf9008134c429f0aaea1 /python | |
parent | 48d7ba62d7f8d618bc54a42eef3a00568e234c24 (diff) | |
download | slackbuilds-2aaf1fdf3dddfbccb8deada7d9eaa4731559bd61.tar.gz |
python/backlash: Reflow README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/backlash/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/backlash/README b/python/backlash/README index 731ed822c1..e996c192aa 100644 --- a/python/backlash/README +++ b/python/backlash/README @@ -1,4 +1,6 @@ -Backlash supports both debugging applications on crash and realtime console, both are based on the Werkzeug Debugger and adapted to work with WebOb. +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 |