PDA

View Full Version : Debugging Problem in Xcode




Muhammad Amir
Sep 9, 2009, 12:55 PM
hi,
i m using mac os on intel machine everything was going fine but last time i just got problem with Debugging.when i debug my code i receive this error "Previous frame inner to this(GDB could not unwind past this frame)".
i ve spent ample time on it but did;t fint any solution.pls tell me if any1 know about this
thanx
Amir



lee1210
Sep 9, 2009, 01:21 PM
Post your code. There's no way to help you with only the information you've given.

-Lee

Kingbombs
Sep 9, 2009, 01:24 PM
if its saying a line number post code snippets around that line, usually going to help get a good reply quicker

Guiyon
Sep 9, 2009, 01:31 PM
IIRC, usually when you get that error it means you've corrupted your stack somehow. I would suggest enabling GuardMalloc and see if/where it gets triggered (the option is under the "Run" menu).