From 83b39deadbe3d110d1438a8cd2aca5db2d29f03a Mon Sep 17 00:00:00 2001 From: snare Date: Fri, 8 Apr 2016 20:13:39 +1000 Subject: [PATCH] More fresh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db4313e..b1d6fe4 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ Quick Start (*db) b main (*db) run -5. The debugger should hit the breakpoint and the views will be updated. A forced update can be triggered with the following command: +5. When the debugger hits the breakpoint, the views will be updated to reflect the current state of registers, stack, memory, etc. Views are updated after each command is executed in the debugger CLI, using the debugger's "stop hook" mechanism. So each time you step, or continue and hit a breakpoint, the views will update. A forced update can be triggered with the following command: - (lldb) voltron stopped + (lldb) voltron update Documentation -------------