An experimental ELF/DWARF debugger drawing inspiration from reverse engineering tools. Mostly experimental to try out innovative debugger functionality like:

  • Inline stacks (demo in the video).
  • Multi-context watch window.
  • Basic-block like view for program flow inspection / codepath-sensitive breakpoints.
  • etc.

Source code here.