初中生物知识点stepintostepoutstepover的区别
torchlightstep into就是单步执⾏,遇到⼦函数就进⼊并且继续单步执⾏;
step over是在单步执⾏时,在函数内遇到⼦函数时不会进⼊⼦函数内单步执⾏,⽽是将⼦函数整个执⾏完再停⽌,也就是把⼦函数整个作为⼀步。
step out就是但单步执⾏到⼦函数内时,⽤step out就可以执⾏完⼦函数余下部分,并返回到上⼀层函
数。
step into:进⼊⼦函数
santa is coming to town
step over:越过⼦函数,但⼦函数会执⾏
step out:跳出⼦函数
Step Into
Executes code one statement at a time.
When not in design mode, Step Into enters break mode at the current line of execution. Step Into executes the statement at the current execution point. If the statement is a call to a procedure, the next statement displayed is the first statement in the procedure.
At design time, this menu item begins execution and enters break modebreak mode before the first line of code is executed. Not available at run time.
If there is no current execution point, the Step Into command may appear to do nothing until you do something that triggers code, for example click on a document.
Toolbar button: . Keyboard shortcut: F10.
Step Overwq
acu大学英语六级成绩Similar to Step Into. The difference in u occurs when the current statement contains a call to a procedure.
Step Over executes the procedure as a unit, and then steps to the next statement in the current procedure. Therefore, the next statement displayed is the next statement in the current procedure regardless of whether the current statement is a call to another procedure. Available in break mode o
romesnly.
Toolbar button: . Keyboard shortcut: F11.
so that
中学英语学科网Step Out
Executes the remaining lines of a function in which the current execution point lies. The next statement displayed is the statement following the procedure call. All of the code is executed between the current and the final execution points. Available in break mode only.
body lotion
Toolbar button: . Keyboard shortcut: SHIFT+F11