Debugging Managed and Unmanaged Code Together

My main startup project is in C ++. The solution also includes managed C # code. When I debug - I have breakpoints only on unmanaged partitions (on a managed breakpoint, it indicates: "At the moment, the breakpoint will not be deleted. Invalid file line"

I checked the link and saw that there are dll and pdb there.

What could it be?

+3
source share
4 answers

how to configure debugging in mixed mode http://msdn.microsoft.com/en-us/library/kbaht4dh(v=vs.100).aspx

And do not miss the link below.

+6
source

, , ++/CLI ++ (.. /CLR ), . , , VS2015

- > - > - >

, :

.NET Framework

, , , . " " ++ ... ...

+1

. , , .

0

​​ . , (Excel ), .

-, . , , . , .

.

0

All Articles