From fc12c552188e358b6c0b8f747e32369cfce66688 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 24 Jan 2014 07:57:33 +0700 Subject: system/trachet: Added (Step-by-step/realtime terminal debugger). Signed-off-by: Willy Sudiarto Raharjo --- system/trachet/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system/trachet/README (limited to 'system/trachet/README') diff --git a/system/trachet/README b/system/trachet/README new file mode 100644 index 000000000000..e0710540059e --- /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. -- cgit v1.2.3