LLDB
Voltron with LLDB in iTerm panes, snare style.
Very basic setup with LLDB and a register view in separate iTerm windows.
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 setup running in tmux panes (set up with tmuxinator).
GDB
Register view with -i
option:
WinDbg
Voltron with CDB (WinDbg) in ConEmu panes
VDB (Vivisect)
Voltron with VDB in ComEmu panes