Question

When using a debugger, what does "stepping over" a function call mean?

A Executing the function line by line.
B Skipping the function entirely.
C Executing the function as a single unit without entering its internal code.
D Restarting the program from the beginning of the function.
E Changing the function's return value.
Practice Next

Hey! Ask a query