epasveer / seer

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

Stray error dialog. -data-disassemble: No function contains specified address. #121

Closed epasveer closed 1 year ago

epasveer commented 1 year ago

Get this stray error dialog when debugging something in the embedded world.

Likely the address being provided is 0x0. Suppress the message somehow or figure out what the address is.

image

epasveer commented 1 year ago

Got this error stepping into a system function (std::cout) that has no debug information.

This could happen a lot. Change to a StatusBar message instead of a error dialog box.

epasveer commented 1 year ago

This is fixed.