gdbgui v0.13.0.0 Release Notes

Release Date: 2018-07-16 // almost 6 years ago
    • ➕ Add ability to re-map source file paths. Added flags --remap-sources and -m to replace compile-time source paths to local source paths. i.e. gdbgui --remap-sources='{"/buildmachine": "/home/chad"}' (#158)
    • ➕ Add shift keyboard shortcut to go in reverse when using rr (#201)
    • Pass arbitrary gdb arguments directly to gdb: added --gdb-args flag
    • ✂ Removed -x CLI option, which caused major version to change. New way to pass is gdbgui --gdb-args='-x=FILE' (#205)
    • ➕ Add "name" to Threads (new gdb 8.1 feature) (@P4Cu)
    • 🛠 Fix crash/black screen from "Python Exception name long is not defined" #212
    • 🛠 Fix bug when debugging filenames with spaces (Fix Cannot create breakpoint: -break-insert: Garbage following #211")
    • 🛠 Fix empty frame causes the ui to crash/black screen #216
    • ⚡️ Update npm packages; update react to 16.4
    • ⚡️ Update prettier rules
    • ⚡️ Update tour text + fix typo in tour (@nkirkby)