compiling other languages? or mixing with gcc?

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I have a project which includes some langage not supported by Microsoft (but
supported by GCC, namely ObjectiveC), as well as C#.
I have huge problem debugging sometimes.

Does anyone have a tip about a tool I could use to have a seamless compiling
/ debugging experience which mix both languages?
 
But how when I'm debugging with VS.NET it doesn't navigate in my ObjectiveC
code, I guess it's missing some debugging information.
I don't know how to generate it, I can only compile this ObjectiveC with
GCC...
 
Back
Top