visual studio - debugging both managed c# code and unmanaged c++ code in one solution -
I have an unmanaged C + + DLL project and a C # managed project, which is a PI. Is it possible to debug both managed and unmanaged code, so that I see what's happening inside "DLL"? Yes, if I am not mistaken, it should be done automatically, as long as the profile "debug" Is set to.
EDIT: Oh, I forgot one thing: In the debugging options for the managed project, make sure that you have the option to "Enable unmanaged code debugging" and then move it into unmanaged code.
Comments
Post a Comment