I have a C # application that uses some C libraries (which I wrote and built using gcc). I am trying to investigate an error and would like to enter C code while debugging my C # application in VS2008. How do I create C libraries with debugging information that I need for visual studio?
source share