desura / Desurium

Free online games platform (juegos gratis), with an open source client. LGPL repo for Desura client. Potentially out of date. See https://github.com/desura/desura-app for newest (LGPL) client.
https://www.desura.com/es
GNU General Public License v3.0
269 stars 44 forks source link

Debugging is hard. #585

Closed Jookia closed 10 years ago

Jookia commented 10 years ago

Right now when running Desura under GDB, it's impossible to break in a file, break in GDB at runtime, catch crashes, or catch exceptions.

karolherbst commented 10 years ago

does it make any difference with this branch? https://github.com/karolherbst/Desurium/tree/breakpad

karolherbst commented 10 years ago

wxWidgets is quitting the application somewhere, I try to debug this.

karolherbst commented 10 years ago

mhh, I found out, that I have only problems in qtcreator. plain gdb from command line works fine oO