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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -