about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-20 22:57:18 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-20 22:57:18 -0700
commitefe9e6abe91f0c617ce89bb613febb2b75ace0fa (patch)
tree353b6dfe2874f088a0476f7e5f71af8c751ef1d6 /subx/Readme.md
parent6f28e4b66bb12ced515b877f18d98896488d4902 (diff)
downloadmu-efe9e6abe91f0c617ce89bb613febb2b75ace0fa.tar.gz
5215
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index cab1a503..e512b5fe 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -44,8 +44,10 @@ Emulated runs generate a trace that permits [time-travel debugging](https://gith
   $ ./subx --debug translate examples/factorial.subx -o examples/factorial
   saving address->label information to 'labels'
   saving address->source information to 'source_lines'
+
   $ ./subx --debug --trace run examples/factorial
   saving trace to 'last_run'
+
   $ ../browse_trace/browse_trace last_run  # text-mode debugger UI
   ```