From 2413ee7c467ae17c782f3a3a5ea11f890942cb53 Mon Sep 17 00:00:00 2001 From: Trevor Bouchillon Date: Sun, 2 Oct 2022 13:49:52 -0700 Subject: Debug Done --- .vs/cst116-ch6-debugging-DaBoochillin/v17/.suo | Bin 0 -> 14336 bytes .../c8b35df0-3ee0-497b-ac9c-eaa22681bbc2.vsidx | Bin 0 -> 13561 bytes .../CST116-Ch6-Debugging/FileContentIndex/read.lock | 0 .../.vs/CST116-Ch6-Debugging/v17/.suo | Bin 0 -> 32256 bytes .../.vs/CST116-Ch6-Debugging/v17/Browse.VC.db | Bin 0 -> 16482304 bytes .../.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-shm | Bin 0 -> 32768 bytes .../.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-wal | 0 .../a9e190fd5f1c9c97/CST116-CH6-DEBUGGING.ipch | Bin 0 -> 40501248 bytes CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 6 ++++-- CST116-Ch6-Debugging/Output-Build.txt | 5 +++++ .../Debug/CST116-C.3414da97.tlog/CL.command.1.tlog | Bin 0 -> 954 bytes .../x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog | Bin 0 -> 20380 bytes .../x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog | Bin 0 -> 876 bytes .../CST116-Ch6-Debugging.lastbuildstate | 2 ++ .../Debug/CST116-C.3414da97.tlog/link.command.1.tlog | Bin 0 -> 1776 bytes .../Debug/CST116-C.3414da97.tlog/link.read.1.tlog | Bin 0 -> 3654 bytes .../Debug/CST116-C.3414da97.tlog/link.write.1.tlog | Bin 0 -> 956 bytes .../x64/Debug/CST116-Ch6-Debugging.exe | Bin 0 -> 72704 bytes .../x64/Debug/CST116-Ch6-Debugging.exe.recipe | 11 +++++++++++ .../x64/Debug/CST116-Ch6-Debugging.ilk | Bin 0 -> 753048 bytes .../x64/Debug/CST116-Ch6-Debugging.log | 2 ++ .../x64/Debug/CST116-Ch6-Debugging.obj | Bin 0 -> 90743 bytes .../x64/Debug/CST116-Ch6-Debugging.pdb | Bin 0 -> 1536000 bytes ...CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt | 1 + CST116-Ch6-Debugging/x64/Debug/vc143.idb | Bin 0 -> 166912 bytes CST116-Ch6-Debugging/x64/Debug/vc143.pdb | Bin 0 -> 462848 bytes 26 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 .vs/cst116-ch6-debugging-DaBoochillin/v17/.suo create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/c8b35df0-3ee0-497b-ac9c-eaa22681bbc2.vsidx create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/read.lock create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-shm create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-wal create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/a9e190fd5f1c9c97/CST116-CH6-DEBUGGING.ipch create mode 100644 CST116-Ch6-Debugging/Output-Build.txt create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt create mode 100644 CST116-Ch6-Debugging/x64/Debug/vc143.idb create mode 100644 CST116-Ch6-Debugging/x64/Debug/vc143.pdb diff --git a/.vs/cst116-ch6-debugging-DaBoochillin/v17/.suo b/.vs/cst116-ch6-debugging-DaBoochillin/v17/.suo new file mode 100644 index 0000000..fcf31cb Binary files /dev/null and b/.vs/cst116-ch6-debugging-DaBoochillin/v17/.suo differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/c8b35df0-3ee0-497b-ac9c-eaa22681bbc2.vsidx b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/c8b35df0-3ee0-497b-ac9c-eaa22681bbc2.vsidx new file mode 100644 index 0000000..d8d5f74 Binary files /dev/null and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/c8b35df0-3ee0-497b-ac9c-eaa22681bbc2.vsidx differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/read.lock b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo new file mode 100644 index 0000000..316d67c Binary files /dev/null and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db new file mode 100644 index 0000000..d086dc2 Binary files /dev/null and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-shm b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-shm new file mode 100644 index 0000000..99c3ba4 Binary files /dev/null and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-shm differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-wal b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db-wal new file mode 100644 index 0000000..e69de29 diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/a9e190fd5f1c9c97/CST116-CH6-DEBUGGING.ipch b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/a9e190fd5f1c9c97/CST116-CH6-DEBUGGING.ipch new file mode 100644 index 0000000..1d7825f Binary files /dev/null and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/a9e190fd5f1c9c97/CST116-CH6-DEBUGGING.ipch differ diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index 497e2f8..d946bf5 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -1,6 +1,9 @@ /******************************************************************** * File: CST116-Ch6-Debugging.cpp * +* Trevor Bouchillon +* Chap 6 Debugging +* * General Instructions: Complete each step before proceeding to the * next. * @@ -51,8 +54,7 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line - celcius = 5 / 9 * fahrenheit - 32; - + celcius = (float(5) / float(9)) * (fahrenheit - 32); cout << fahrenheit << " degrees F = " << celcius << " degrees C" << endl; diff --git a/CST116-Ch6-Debugging/Output-Build.txt b/CST116-Ch6-Debugging/Output-Build.txt new file mode 100644 index 0000000..d7af037 --- /dev/null +++ b/CST116-Ch6-Debugging/Output-Build.txt @@ -0,0 +1,5 @@ +Build started... +1>------ Build started: Project: CST116-Ch6-Debugging, Configuration: Debug x64 ------ +1>CST116-Ch6-Debugging.cpp +1>CST116-Ch6-Debugging.vcxproj -> C:\Users\lacro\Source\Repos\cst116-ch6-debugging-DaBoochillin\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe +========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog new file mode 100644 index 0000000..8a56d46 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog new file mode 100644 index 0000000..4be4afb Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog new file mode 100644 index 0000000..7965fa1 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate new file mode 100644 index 0000000..80246e0 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.33.31629:TargetPlatformVersion=10.0.19041.0: +Debug|x64|C:\Users\lacro\Source\Repos\cst116-ch6-debugging-DaBoochillin\CST116-Ch6-Debugging\| diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog new file mode 100644 index 0000000..193db0b Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog new file mode 100644 index 0000000..9e9ee29 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog new file mode 100644 index 0000000..6a483b6 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe new file mode 100644 index 0000000..3df6c24 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe new file mode 100644 index 0000000..4dcf95f --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe @@ -0,0 +1,11 @@ + + + + + C:\Users\lacro\Source\Repos\cst116-ch6-debugging-DaBoochillin\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe + + + + + + \ No newline at end of file diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk new file mode 100644 index 0000000..7871f15 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log new file mode 100644 index 0000000..ce4f74e --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log @@ -0,0 +1,2 @@ + CST116-Ch6-Debugging.cpp + CST116-Ch6-Debugging.vcxproj -> C:\Users\lacro\Source\Repos\cst116-ch6-debugging-DaBoochillin\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj new file mode 100644 index 0000000..a93fea4 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb new file mode 100644 index 0000000..431b36e Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..1d5fb6a --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt @@ -0,0 +1 @@ +C:\Users\lacro\Source\Repos\cst116-ch6-debugging-DaBoochillin\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe diff --git a/CST116-Ch6-Debugging/x64/Debug/vc143.idb b/CST116-Ch6-Debugging/x64/Debug/vc143.idb new file mode 100644 index 0000000..307bc9d Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/vc143.idb differ diff --git a/CST116-Ch6-Debugging/x64/Debug/vc143.pdb b/CST116-Ch6-Debugging/x64/Debug/vc143.pdb new file mode 100644 index 0000000..3207dd3 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/vc143.pdb differ -- cgit v1.2.3