diff --git a/Screenshots.md b/Screenshots.md index f63865a..73e5d5b 100644 --- a/Screenshots.md +++ b/Screenshots.md @@ -8,9 +8,10 @@ Very basic setup with LLDB and a register view in separate iTerm windows. ![lldb_basic](http://i.imgur.com/XoeeLIT.png) -Some command views using `$ voltron view command "frame variable"` and `$ voltron view command "source list -a \$rip"` in iTerm panes. +Some command views using `$ voltron view command "frame variable" --lexer c` and +`$ voltron view command 'source list -a $rip -c 25' --lexer c` in iTerm panes. The `--lexer` parameter specifies a Pygments lexer to use to highlight the output. -![lldb_command](http://i.imgur.com/iatgsgN.png) +![lldb_command](http://i.imgur.com/mqptE3Z.png) LLDB setup running in tmux panes (set up with [tmuxinator](Layout-automation)).