Shortcut key: F10 Use the Step Over command to single-step through your code without entering each function. Step Over is useful when you know that a function works correctly. As you step through the code, press F10 to step from the function call to the next line, treating the function as a single statement.