LLDB
Voltron with LLDB in iTerm panes, snare style.
![lldb](http://i.imgur.com/p3XcagJ.png)
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" --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/mqptE3Z.png)
LLDB setup running in tmux panes (set up with tmuxinator).
![lldb_tmux](http://i.imgur.com/kFe1hWV.png)
GDB
Register view with -i
option:
![gdb_reg_info](http://i.imgur.com/uyb63hN.png)
WinDbg
Voltron with CDB (WinDbg) in ConEmu panes
![windbg](http://i.imgur.com/4gjRTtV.jpg)
VDB (Vivisect)
Voltron with VDB in ComEmu panes
![vdb](http://i.imgur.com/xliel3L.png)