diff options
| author | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-10-26 21:45:57 -0700 |
|---|---|---|
| committer | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-10-26 21:45:57 -0700 |
| commit | d4748e83ed0c651a21ad84a22ebfa16299087930 (patch) | |
| tree | 50819e937f74c53bd77968761cb423de8cb7bdcc /CST116-Ch10-Debugging/CST116-Ch10Debugging-Crawford-Pseudocode.txt | |
| parent | Here is my work completed to stage 2. Explanation why is in my Pseudocode. (diff) | |
| download | cst116-ch10-debugging-19-ruin-main.tar.xz cst116-ch10-debugging-19-ruin-main.zip | |
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10Debugging-Crawford-Pseudocode.txt')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10Debugging-Crawford-Pseudocode.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10Debugging-Crawford-Pseudocode.txt b/CST116-Ch10-Debugging/CST116-Ch10Debugging-Crawford-Pseudocode.txt new file mode 100644 index 0000000..e66ea6a --- /dev/null +++ b/CST116-Ch10-Debugging/CST116-Ch10Debugging-Crawford-Pseudocode.txt @@ -0,0 +1,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!
\ No newline at end of file |