Executes the current statement, and then stops in the following expression. If the current statement is a function or script call, then the debugger goes into that function or script, otherwise it stops in the following expression.
Executes the current statement, and then stops in the following expression. If the current statement is a function or script call, then the debugger executes the entire function or script, and it stops in the next statement after the function call.
Exits the current function and one level if the function is nested. If in the main body, the script is executed to the end or to the next breakpoint. Missed statements are fulfilled but failed.
The argument is generally about debugging, so take a look
What is the difference between Step Into and Step Over in the Eclipse debugger?
When looking at a specific focus, there is a thread, so you can look at your multi-threaded application as a single-threaded application without using multiple events / threads, etc., while you stop at a breakpoint. You have "stable maturity."
http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/060-Debug_Your_App/debug_app.html
user1594895
source share