Debugging step-by-step

Report a typo

You need to find out if a line of code that contains a function call is executed successfully. To do so, in what order would you perform the following actions?

Put the items in the correct order
Put a breakpoint on the line with the function call. Start debugging by clicking the Debug button;
Resume the program execution to make sure that it terminates correctly;
See if the program has been suspended at the line with the function call;
___

Create a free account to access the full topic