strange problem during debugging "no executable code of the debugger's target code type is associated with this line"
Advertisements this program (i.e sum_remainder) computes the sum of remainders of each element of src[i]. this way: sum += src[i] % divisor this program doesn’t have any error/warning based on the debugger (F5, using visual studio), but when I debug line by line by setting a breakpoint it starts automatically from "return 0" in the… Read More strange problem during debugging "no executable code of the debugger's target code type is associated with this line"