visual-studio-debugging

Debug a C++ DLL used in ASP MVC application

杀马特。学长 韩版系。学妹 提交于 2020-08-10 19:18:41
问题 I have a C++ DLL in bin folder of my ASP MVC5 web application project. (I have copied and pasted it from the original C++ project as I was unable to add a reference) I am able to call some of the functions of the DLL(used DLLImport). I have a problem in one of the functions. This can only be solved when I will be able to step into the code of the C++ DLL. I also have the code of the C++ project (built using Cmake). How do I reach the C++ code while debugging from my web application code. If I