Voltron is a useful debugger. Check it out!
See ... https://github.com/snare/voltron/tree/master for more info.
ALT + SHIFT + "+" -> split the window horizontally ALT + SHIFT + "-" -> split the window vertically
ALT + Left -> Move to the left window ALT + Right -> Move to the right window ALT + Up -> Move to the top window ALT + Down -> Move to the bottom window
voltron v bt -- view backtrace
voltron v d -- view disassembly
voltron v r -- view registers
voltron v s -- view stack
This tool is especially useful, because you can use it in Windows with WSL.
The idea is, for example, you're working on a project in CLion, or another IDE, and you use WSL as your toolchain. When you launch the debugger to debug stuff with CLion, for example, you can view all of the views in Voltron while stepping through the code with CLion.
