"The breakpoint will not currently be hit" error while debugging a mixed mode application (c# and unmanaged c++)
- by user1678403
While debugging a mixed mode application in VS2010, the breakpoint set on a line of code contained in an unmanaged c++ dll source file (called from a managed c# wrapper class) shows the infamous "The breakpoint will not currently be hit. No symbols have been loaded for this document" info message when hovering the mouse over the breakpoint on the…