cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
11.1k stars 780 forks source link

Windows GDB is broken #312

Closed FirowMD closed 9 months ago

FirowMD commented 9 months ago

If you have issues with gdb-dashboard output like this â"?â"?â"?â"?â"? then...

Just download intel gdb: https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#distributiongdb

And add:

dashboard -style divider_fill_char_primary '-'
dashboard -style divider_fill_char_secondary '-'
dashboard -style value_truncation_string '...'

to .gdbinit