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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
You are welcome
ASKER
JSB