I m a newbie o iPhone development and I want to know "how to do step by step execution in Xcode 4.1 so that I can check the values of variables at each step"? I kept a breakpoint at the first statement.Nowwhen I run the application ctrl is not transferred to the breakpoint ?How to move to next statement and check its variable value after the breakpoint statement?