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/README | |
parent | 821981e8d82e5edc727505f90abf01dc37634d1f (diff) | |
download | slackbuilds-fc12c552188e358b6c0b8f747e32369cfce66688.tar.gz |
system/trachet: Added (Step-by-step/realtime terminal debugger).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/trachet/README')
-rw-r--r-- | system/trachet/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/trachet/README b/system/trachet/README new file mode 100644 index 0000000000..e071054005 --- /dev/null +++ b/system/trachet/README @@ -0,0 +1,6 @@ +trachet = tracer + ratchet(step-by-step debugging service) + +This Program runs as a terminal filter process, between Terminals and +Applications. It provides step-by-step debugging and formatted sequence +tracing service. You can look terminal I/O sequence on realtime, and it +enables you to do step-by-step execution. |