I'm trying to do a little debugging in my iPhone project, and whenever i try to print out an object to see its description in one specific method i get this message in gdb:
"dwarf2_read_address: Corrupted DWARF expression."
Does anyone know why this happens and how i would go about fixing it so that i can inspect my variables?