Link to home
Start Free TrialLog in
Avatar of jbotts
jbotts

asked on

Tracing code in Objective C

I am new to Objective C. I want to set a breakpoint and when execution stops at the breakpoint I want to step through the code to see the flow of the execution. When using debuggers on the Windows platform I could set a breakpoint and then step through the code using F8 or F7. I would like to do the same using X Code. I have looked in the documentation of X Code as well as explored the internet in search of a solution, but cannot find one.
ASKER CERTIFIED SOLUTION
Avatar of pgnatyuk
pgnatyuk
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jbotts
jbotts

ASKER

I really appreciate the help.
JSB
You are welcome