about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 15cb9972..e8e4ad6d 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -43,6 +43,7 @@ Emulated runs generate a trace that permits [time-travel debugging](https://gith
   ```sh
   $ ./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