epasveer / seer

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

Set LANG environment variable to C before running "gdb" #144

Closed mgrojo closed 1 year ago

mgrojo commented 1 year ago

Otherwise the messages returned by gdb might be translated and we would be confused by gdb output.

For example, if LANG=es_ES.UTF-8, then an error dialog wit the message "No hay registros" ("No registers") is continually raised.

epasveer commented 1 year ago

Thanks for the patch!