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"

VS debugger – Identify DLL function names from DLL exports (no PDB available)

Advertisements I have a segfault in a mess of DLLs that I unfortunately cannot acquire .pdb files for. While I have a stack trace, this is unhelpful as I can’t pin down exactly where things are going wrong. I am wondering if there’s any way to use the DLL to associate sections of the code… Read More VS debugger – Identify DLL function names from DLL exports (no PDB available)