diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-24 07:57:33 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:12 -0600 |
commit | fc12c552188e358b6c0b8f747e32369cfce66688 (patch) | |
tree | 8d5c988db0a9c6b4c486a09ff75737a7a56c9c46 /system/trachet/slack-desc | |
parent | 821981e8d82e5edc727505f90abf01dc37634d1f (diff) |
system/trachet: Added (Step-by-step/realtime terminal debugger).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/trachet/slack-desc')
-rw-r--r-- | system/trachet/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/trachet/slack-desc b/system/trachet/slack-desc new file mode 100644 index 0000000000000..bbbcbc8a9d631 --- /dev/null +++ b/system/trachet/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +trachet: trachet (Step-by-step/realtime terminal debugger) +trachet: +trachet: trachet = tracer + ratchet(step-by-step debugging service) +trachet: This Program runs as a terminal filter process, between +trachet: Terminals and Applications. It provides step-by-step debugging +trachet: and formatted sequence tracing service. You can look terminal +trachet: I/O sequence on realtime, and it enables you to do +trachet: step-by-step execution. +trachet: +trachet: Homepage: http://saitoha.github.io/trachet/ +trachet: |