Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Incorrect answers or anyother form of spam will be reported otherwise 5 stars :)

ID: 3590202 • Letter: I

Question

Incorrect answers or anyother form of spam will be reported otherwise 5 stars :)

Question 1 0/1 pts After you hit a breakpoint and are doing line-by-line execution which command would you use to finish executing the current function and then pause? Step Out Step Over Step Into Step by Step Question 2 0/1 pts After you hit a breakpoint and are doing line-by-line execution, which command would you use to resume debugging under normal execution until the next breakpoint is reached (or the program completes)? Run To Cursor Run To Completion Step Debugeing Stop Debugging

Explanation / Answer

1.Stepinto-If the next line contains a function call in a code, StepInto will jump to and pause that function at its first line.

2.Run to Cursor- On the debugging menu to resume running on the target.

3.Step Over -Executes whatever happens on the next line and jumps to the next line.

8.'a' has the value of the function parameter 'a'- passing the int a variable to the function so it will perform whatever in the code so in the code has x vaklue in a variable.

9. ./corrected- g++ -o corrected att_bug_fixed.cpp command execute with corrected ouput file name, so ouput program saved with corrected name and execute with ./corrected

19.Both 1&2- pico and vi both are unix based text editor to create and edit into the text file.