From c46a292a16b6fdbab5d8e639a416ed63c8bf0da8 Mon Sep 17 00:00:00 2001 From: snare Date: Tue, 12 Apr 2016 23:49:36 +1000 Subject: [PATCH] Command views --- Screenshots.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Screenshots.md b/Screenshots.md index f1f33bf..f63865a 100644 --- a/Screenshots.md +++ b/Screenshots.md @@ -8,7 +8,11 @@ Very basic setup with LLDB and a register view in separate iTerm windows. ![lldb_basic](http://i.imgur.com/XoeeLIT.png) -LLDB setup running in tmux panes (set up with tmuxinator). +Some command views using `$ voltron view command "frame variable"` and `$ voltron view command "source list -a \$rip"` in iTerm panes. + +![lldb_command](http://i.imgur.com/iatgsgN.png) + +LLDB setup running in tmux panes (set up with [tmuxinator](Layout-automation)). ![lldb_tmux](http://i.imgur.com/kFe1hWV.png)