mirror of https://github.com/snare/voltron.git
Lexer screenshot
parent
fb422d3fb5
commit
6c44c9d312
|
@ -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)).
|
||||
|
||||
|
|
Loading…
Reference in New Issue