The Breakpoint will not be hit the Source Code is different then the orignal
-
Hi I have gotten this error from time to time but have always gotten around by doing a build or rebuild this time I even tried a clean nothing helps Just wondering is the source stored in the PDB file
No but the debug information is. If the debugger cannot match the source line with the information in the PDB then it will put this message. Check that you do not have links to out of date files in the project anywhere. Alternatively make sure that there is not a file included somewhere that is not getting rebuilt.
-
No but the debug information is. If the debugger cannot match the source line with the information in the PDB then it will put this message. Check that you do not have links to out of date files in the project anywhere. Alternatively make sure that there is not a file included somewhere that is not getting rebuilt.