Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I use the gdb debugger to debug programs built by VC++?

built debug debugger gdb Programs
0
Posted

Can I use the gdb debugger to debug programs built by VC++?

0

No, not for full (high level source language) debugging. The Microsoft compilers generate a different type of debugging symbol information, which gdb does not understand. However, the low-level (assembly-type) symbols generated by Microsoft compilers are coff, which gdb DOES understand. Therefore you should at least be able to see all of your global symbols; you just won’t have any information about data types, line numbers, local variables etc.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.