Single Step Over - mips-open-ide/Releases GitHub Wiki

The “Step Over” button, shown in Figure 70, operates in the same way as the “Step Into” button except when a function call is present. Instead of stepping into the called function, the “Step Over” button steps to the statement following the called function, i.e., “over the function.”

Figure 70 - Step Over Button

Once selected, the “Step Over” button will cause the program to run to the next instruction after the function call.