to step over
- phrasal verb
- Specialized
- When debugging, it is often useful to step over complex functions that aren't your main concern.
Examples
-
In the debugging process, you can step over functions to focus on the main logic of your code.
-
To observe how the program behaves, choose to step over any function calls during the debug session.
-
Just letting you know that I thought I handed my response appropriately and never felt I stepped over the line.
Blog text (20) -
But as far as I'm concerned, you can't have an honest conversation about anything this weighty if stepping over the line a bit is verboten and punishable by professional death.
Blog text (20)
Antonyms
How Detailed
- Specialized
- Specialized
- Specialized
Surface Forms
Morphology
The components 'step' (advance) and 'over' (past/across) suggest the general idea of moving past something, which maps onto the debugging action of advancing execution without entering a called function. However, the precise technical sense used in debugging is domain-specific and not fully predictable for a general B1 learner who only knows the literal meanings, so the expression is only partially transparent.
Etymology
Step over in computer debugging is like choosing to step over a shop on a street: you pass it and let it do its work, but you do not go inside to see the details. So in a debugger 'step over' means 'run the next line but do not enter the functions it calls'.