-
Notifications
You must be signed in to change notification settings - Fork 414
Screenshots
snare edited this page Apr 16, 2016
·
10 revisions
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).
Voltron with CDB (WinDbg) in ConEmu panes
Voltron with VDB in ComEmu panes