Hi All,
I have a requirement in which i want to inspect my c++ code using C#.
The Scenario is
I will have a break point in a method in my c++ code and when i call that method from my C# code the break point should trigger in the c++ code.
How to achieve this?
srithar