snare / voltron

A hacky debugger UI for hackers
MIT License
6.18k stars 414 forks source link

Instructions to set up voltron as in screenshot #9

Closed tyilo closed 11 years ago

tyilo commented 11 years ago

Could you upload the saved window arrangement of iTerm as in the screenshot?

snare commented 11 years ago

I'm not sure if you can export/import saved window arrangements without digging around in "defaults", but it's not too difficult to get going. The sample config I pushed out just before is for that window arrangement, so if you copy that into ~/.voltron that's a good starting point. From there I split vertically, then split the left pane horizontally twice, then split the bottom left pane vertically once. Run the actual GDB session in the middle left pane, disasm view in top left, stack view in bottom left, backtrace view in middle bottom, and register view in right hand pane. All with the defaults in the sample config.

snare commented 11 years ago

Oh also, I'm using a slightly modified "Solarized Dark" colour scheme for iTerm.

Here's my itermcolors: https://gist.github.com/snarez/5944313