epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.11k stars 67 forks source link

Not handling disassembly text in the embedded world that use "\t". #122

Closed epasveer closed 1 year ago

epasveer commented 1 year ago

Disassembly text in the embedded world sometimes include "\t". This should be expanded to real tabs.

image

epasveer commented 1 year ago

This should be fixed. I don't have a way of testing it. I will ask the user that reported the problem to test at his leisure.

epasveer commented 1 year ago

The user says its fixed.

image