1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Pseudo Code
Debugging Exercise 1
-Set Breakpoints at Points 1,2,&3
- Placed 4 watch's on varX, varY, varZ, and name
-watched the results,went through program. Completed Exersize 1
Debugging Exersize 2
-Constant size 10, all literals now SIZE
- At breakpoint 4 I set the proper conditions for the loop to break after 8 cycles
- Keep having coding issues where it wont run the program due to a code C2084 & MSB6003
-Fixed error.
-Contents of varX: + varX 0x000000634f2ff838 {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} int[10]
-Contents of varY: + varY 0x000000634f2ff878 {100, 101, 102, 103, 104, -858993460, -858993460, -858993460, -858993460, -858993460} int[10]
-Ended debugging and continued.
Debugging Exersize 3
Due to medical disability and mental exhaustion I was unable to finish this point of the assignment. It is 9:42 at night,
and I just can't figure this. One could say " I could just ask" well i'm not freshout of highschool and I'm already battered enough
from my time in the ARMY. Have a good Good night!
|