Changelogs
* Added debugging without debug symbols support.
* Added breakpoint support to disassembly.
* Added disassembly tab/view in addition to disassembly section on right side.
* Colorized instruction mnemonics and addresses.
* Improved exception messages.
Notes
* When symbol table is not available, GDBFrontend is iterating instructions to `ret`/`retq` with a max limit: hardcoded `1000`. (This will be a setting in future versions.) Else, you will see disassembly from GDB disassembly selected frame behaviour.
* If your application is using symbol table, it will disassemble code from address of function of selected frame.
* "Disassemble everything" for PIEs is a TODO. It will disassembly executable/dynamic-linked objects and use PIE mappings.