G
Guest
I have been trying to set breakpoints inside a C++ DLL and running a C#
application which calls the exported functions from the C++ DLL. However,
when I run my solution in debug mode it always says
"The breakpoint will not currently be hit. No symbols have been loaded for
this document."
where I haved placed the breakpoint.
In the properties of my C++ app (which is not managed by the way)
Configuration Properties -> Debugging -> Command I have set my C#
application. What more do I need to do?
application which calls the exported functions from the C++ DLL. However,
when I run my solution in debug mode it always says
"The breakpoint will not currently be hit. No symbols have been loaded for
this document."
where I haved placed the breakpoint.
In the properties of my C++ app (which is not managed by the way)
Configuration Properties -> Debugging -> Command I have set my C#
application. What more do I need to do?