Question: C++ 2 pts To help me debug a problem, I want to know when the variable X equals 10. What would I use? A location
2 pts To help me debug a problem, I want to know when the variable X equals 10. What would I use? A location breakpoint Logging #define A data breakpoint D Question 19 3 pts I have a loop going through all 60,000 Person objects representing people at the college. Every person should have a value of 42 in their variable called "derp". But every so often one person has the value 43. What is the best way to find which person that is? Location breakpoint-step through the loop Logging-output the variable and the index i #define - Have the loop only run it all data is 42 Data breakpoint - Break when a value is 43
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
