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?
Debugging simple constructs
Debugging step-by-step
Report a typo
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;
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.