C# exe calls function from a native C++ DLL, and breakpoints set inside C++ source code cannot be hit, VS2012 IDE says that
Here are some solutions that might be helpful:
For C# EXE project:
For C++ DLL project:
The breakpoint will not currently be hit. No symbols have been loaded for this document."
原文:http://www.cnblogs.com/cindy-hu-23/p/4952861.html