Debugging inline assembly with Xcode
Posted
by tech74
on Stack Overflow
See other posts from Stack Overflow
or by tech74
Published on 2010-04-17T15:30:16Z
Indexed on
2010/04/17
15:33 UTC
Read the original article
Hit count: 370
Hi, I have written some gcc ARM inline assembly in iphone sdk 3.1.2 however the breakpoints don't get hit (infact anywhere in the c file that contains it). How can i debug it?
Thanks
© Stack Overflow or respective owner