Lexer screenshot

snare 2016-04-17 01:41:29 +10:00
parent fb422d3fb5
commit 6c44c9d312
1 changed files with 3 additions and 2 deletions

@ -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)).