diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-20 22:57:18 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-20 22:57:18 -0700 |
commit | efe9e6abe91f0c617ce89bb613febb2b75ace0fa (patch) | |
tree | 353b6dfe2874f088a0476f7e5f71af8c751ef1d6 /subx | |
parent | 6f28e4b66bb12ced515b877f18d98896488d4902 (diff) | |
download | mu-efe9e6abe91f0c617ce89bb613febb2b75ace0fa.tar.gz |
5215
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 2 |
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 ``` |