While debugging my code, I reach a breakpoint at the line
exhibitAA();
which is a call for an existent C-function.
If I select Step Into, the program does not proceed to the beginning of that
function, but merely goes to the next line of the current code, as if I had
selected Step Over.
What's wrong?
Did the function get inlined during compile? "Step Into" doesn't work
on inlined functions.
Is the function actually a preprocessor macro? "Step Into" doesn't
work on those, either.
--
Mark
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden