N
Nicholas Paldino [.NET/C# MVP]
zhaoyandong,
Assuming the project is in the same solution as your C# project, you can
go into the C# project and select on the properties "allow mixed mode
debugging", and this should let you step into your unmanaged C++ code.
Hope this helps.
Assuming the project is in the same solution as your C# project, you can
go into the C# project and select on the properties "allow mixed mode
debugging", and this should let you step into your unmanaged C++ code.
Hope this helps.