Debugging from Native C++ to CLR project

  • Thread starter Thread starter its_me_here
  • Start date Start date
I

its_me_here

Guest
I am trying to debug a C++ CLR class library that is instantiated from a C++ Windows service. The service hits the breakpoint but it does debug into the CLR method. The breakpoint inside the CLR source file states, " The breakpoint will not currently be hit. No symbols have been loaded for this project".

I have set the Debug Mode to Mixed for both service and the CLR project. Also checked "Suppress GIT optimization on Module load" in Tools->Options->Debug. Also copied the pdb of the CLR dll to the path of the Windows service exe from where the service was installed. How can we load the pdb ? Both binaries are Debug.

Continue reading...
 
Back
Top